diff options
| author | Christophe Ricard <christophe.ricard@gmail.com> | 2014-07-28 12:11:38 -0400 |
|---|---|---|
| committer | Samuel Ortiz <sameo@linux.intel.com> | 2014-09-07 17:56:49 -0400 |
| commit | 06ed3d607b1030365e6f4bdae193e64378e4264b (patch) | |
| tree | f6a827af221ed5dc2744dc7066912e817059147d /drivers/nfc | |
| parent | 9ec1f58b9a8ecd72e675c33bfe8ceaf1bc0dc4c5 (diff) | |
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>
Diffstat (limited to 'drivers/nfc')
| -rw-r--r-- | drivers/nfc/st21nfca/i2c.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/nfc/st21nfca/i2c.c b/drivers/nfc/st21nfca/i2c.c index 72ad36873bdf..0ea756b77519 100644 --- 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) | |||
| 539 | /* IRQ */ | 539 | /* IRQ */ |
| 540 | r = irq_of_parse_and_map(pp, 0); | 540 | r = irq_of_parse_and_map(pp, 0); |
| 541 | if (r < 0) { | 541 | if (r < 0) { |
| 542 | nfc_err(&client->dev, | 542 | nfc_err(&client->dev, "Unable to get irq, error: %d\n", r); |
| 543 | "Unable to get irq, error: %d\n", r); | ||
| 544 | return r; | 543 | return r; |
| 545 | } | 544 | } |
| 546 | 545 | ||
