projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a0bd75
)
Input: elo - fix format string in elo driver
author
Vojtech Pavlik
<vojtech@suse.cz>
Thu, 30 Oct 2008 13:11:40 +0000
(09:11 -0400)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Thu, 30 Oct 2008 13:30:08 +0000
(09:30 -0400)
Fix typo in format string.
Signed-off-by: Vojtech Pavlik <vojtech@suse.cz>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
drivers/input/touchscreen/elo.c
patch
|
blob
|
history
diff --git
a/drivers/input/touchscreen/elo.c
b/drivers/input/touchscreen/elo.c
index
d20689c
..
8f38c5e
100644
(file)
--- a/
drivers/input/touchscreen/elo.c
+++ b/
drivers/input/touchscreen/elo.c
@@
-262,7
+262,7
@@
static int elo_setup_10(struct elo *elo)
input_set_abs_params(dev, ABS_PRESSURE, 0, 255, 0, 0);
printk(KERN_INFO "elo: %sTouch touchscreen, fw: %02x.%02x, "
- "features:
%x
02x, controller: 0x%02x\n",
+ "features:
0x%
02x, controller: 0x%02x\n",
elo_types[(packet[1] -'0') & 0x03],
packet[5], packet[4], packet[3], packet[7]);