From: Dmitry Torokhov Date: Tue, 30 Jun 2015 18:28:43 +0000 (-0700) Subject: Input: wdt87xx_i2c - remove stray newline in diagnostic message X-Git-Tag: v4.2-rc1~12^2^2~1 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=57ff96e0f08bb16c49f66250c9d90452dbbf1293;p=linux.git 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: Dmitry Torokhov --- diff --git a/drivers/input/touchscreen/wdt87xx_i2c.c b/drivers/input/touchscreen/wdt87xx_i2c.c index 43c3bee4b2e9..9eb8e8cec17e 100644 --- a/drivers/input/touchscreen/wdt87xx_i2c.c +++ b/drivers/input/touchscreen/wdt87xx_i2c.c @@ -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);