Commit 57ff96e0 authored by Dmitry Torokhov's avatar Dmitry Torokhov

Input: wdt87xx_i2c - remove stray newline in diagnostic message

There is no reason to have a newline between plat_id and xml_id1.
Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent 580a64bf
......@@ -442,7 +442,7 @@ static int wdt87xx_get_sysparam(struct i2c_client *client,
param->fw_id = get_unaligned_le16(&buf[1]);
dev_info(&client->dev,
"fw_id: 0x%x, plat_id: 0x%x\nxml_id1: %04x, xml_id2: %04x\n",
"fw_id: 0x%x, plat_id: 0x%x, xml_id1: %04x, xml_id2: %04x\n",
param->fw_id, param->plat_id,
param->xmls_id1, param->xmls_id2);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment