projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
580a64b
)
Input: wdt87xx_i2c - remove stray newline in diagnostic message
author
Dmitry Torokhov
<
[email protected]
>
Tue, 30 Jun 2015 18:28:43 +0000
(11:28 -0700)
committer
Dmitry Torokhov
<
[email protected]
>
Wed, 1 Jul 2015 18:06:49 +0000
(11:06 -0700)
There is no reason to have a newline between plat_id and xml_id1.
Signed-off-by: Dmitry Torokhov <
[email protected]
>
drivers/input/touchscreen/wdt87xx_i2c.c
patch
|
blob
|
history
diff --git
a/drivers/input/touchscreen/wdt87xx_i2c.c
b/drivers/input/touchscreen/wdt87xx_i2c.c
index 43c3bee4b2e9ffa2f122871b4c1f77fb3c8f3345..9eb8e8cec17ee071fc4c65c6dd90caa689e2717f 100644
(file)
--- 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
\n
xml_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);