mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-19 11:43:40 +00:00
NFC: st21nfca: Remove useless new line in nfc_err call
Remove a useless new line in nfc_err call. Signed-off-by: Christophe Ricard <christophe-h.ricard@st.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
This commit is contained in:
parent
9ec1f58b9a
commit
06ed3d607b
@ -539,8 +539,7 @@ static int st21nfca_hci_i2c_of_request_resources(struct i2c_client *client)
|
|||||||
/* IRQ */
|
/* IRQ */
|
||||||
r = irq_of_parse_and_map(pp, 0);
|
r = irq_of_parse_and_map(pp, 0);
|
||||||
if (r < 0) {
|
if (r < 0) {
|
||||||
nfc_err(&client->dev,
|
nfc_err(&client->dev, "Unable to get irq, error: %d\n", r);
|
||||||
"Unable to get irq, error: %d\n", r);
|
|
||||||
return r;
|
return r;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user