提交 2c376a9e 编写于 作者: C Christophe Ricard 提交者: Samuel Ortiz

NFC: st21nfcb: Remove useless new line in nfc_err call

Remove a uselss new line in nfc_err call.
Signed-off-by: NChristophe Ricard <christophe-h.ricard@st.com>
Signed-off-by: NSamuel Ortiz <sameo@linux.intel.com>
上级 d363d7d0
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册