From: Christophe Ricard Date: Mon, 28 Jul 2014 16:11:35 +0000 (+0200) Subject: NFC: st21nfcb: Remove useless new line in nfc_err call X-Git-Tag: v4.14-rc1~6619^2~75^2~80^2~27 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2c376a9e3c973e7923daba78aa16c768503cdef3;p=platform%2Fkernel%2Flinux-rpi.git NFC: st21nfcb: Remove useless new line in nfc_err call Remove a uselss new line in nfc_err call. Signed-off-by: Christophe Ricard Signed-off-by: Samuel Ortiz --- diff --git a/drivers/nfc/st21nfcb/i2c.c b/drivers/nfc/st21nfcb/i2c.c index 11bd5f7..ff67bbf 100644 --- 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; }