NFC: st21nfca: Remove useless new line in nfc_err call
authorChristophe Ricard <christophe.ricard@gmail.com>
Mon, 28 Jul 2014 16:11:38 +0000 (18:11 +0200)
committerSamuel 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

index 72ad36873bdfc24396e46e8757a5ae9fa44137d4..0ea756b7751941f4594ed8f67c60bad9bb271c75 100644 (file)
@@ -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;
        }
 
This page took 0.028156 seconds and 5 git commands to generate.