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:
9ec1f58
)
NFC: st21nfca: Remove useless new line in nfc_err call
author
Christophe Ricard
<christophe.ricard@gmail.com>
Mon, 28 Jul 2014 16:11:38 +0000
(18:11 +0200)
committer
Samuel Ortiz
<sameo@linux.intel.com>
Sun, 7 Sep 2014 21:56:49 +0000
(23:56 +0200)
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>
drivers/nfc/st21nfca/i2c.c
patch
|
blob
|
history
diff --git
a/drivers/nfc/st21nfca/i2c.c
b/drivers/nfc/st21nfca/i2c.c
index 72ad36873bdfc24396e46e8757a5ae9fa44137d4..0ea756b7751941f4594ed8f67c60bad9bb271c75 100644
(file)
--- a/
drivers/nfc/st21nfca/i2c.c
+++ b/
drivers/nfc/st21nfca/i2c.c
@@
-539,8
+539,7
@@
static int st21nfca_hci_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;
}