projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d363d7d
)
NFC: st21nfcb: Remove useless new line in nfc_err call
author
Christophe Ricard
<christophe.ricard@gmail.com>
Mon, 28 Jul 2014 16:11:35 +0000
(18:11 +0200)
committer
Samuel Ortiz
<sameo@linux.intel.com>
Sun, 7 Sep 2014 21:56:48 +0000
(23:56 +0200)
Remove a uselss 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>
drivers/nfc/st21nfcb/i2c.c
patch
|
blob
|
history
diff --git
a/drivers/nfc/st21nfcb/i2c.c
b/drivers/nfc/st21nfcb/i2c.c
index 11bd5f7220ac68f23821213fa2b5166a9cd19910..ff67bbf53011a146249453d050003dd50dfabaa8 100644
(file)
--- a/
drivers/nfc/st21nfcb/i2c.c
+++ b/
drivers/nfc/st21nfcb/i2c.c
@@
-284,8
+284,7
@@
static int st21nfcb_nci_i2c_of_request_resources(struct i2c_client *client)
/* IRQ */
r = irq_of_parse_and_map(pp, 0);
if (r < 0) {
- nfc_err(&client->dev,
- "Unable to get irq, error: %d\n", r);
+ nfc_err(&client->dev, "Unable to get irq, error: %d\n", r);
return r;
}