Skip to content

Commit

Permalink
Input: wdt87xx_i2c - remove stray newline in diagnostic message
Browse files Browse the repository at this point in the history
There is no reason to have a newline between plat_id and xml_id1.

Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
  • Loading branch information
Dmitry Torokhov committed Jul 1, 2015
1 parent 580a64b commit 57ff96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/input/touchscreen/wdt87xx_i2c.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 57ff96e

Please sign in to comment.