mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
Input: elo - fix format string in elo driver
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>
This commit is contained in:
parent
2a0bd75e5e
commit
9a5415fbe8
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ static int elo_setup_10(struct elo *elo)
|
||||||
input_set_abs_params(dev, ABS_PRESSURE, 0, 255, 0, 0);
|
input_set_abs_params(dev, ABS_PRESSURE, 0, 255, 0, 0);
|
||||||
|
|
||||||
printk(KERN_INFO "elo: %sTouch touchscreen, fw: %02x.%02x, "
|
printk(KERN_INFO "elo: %sTouch touchscreen, fw: %02x.%02x, "
|
||||||
"features: %x02x, controller: 0x%02x\n",
|
"features: 0x%02x, controller: 0x%02x\n",
|
||||||
elo_types[(packet[1] -'0') & 0x03],
|
elo_types[(packet[1] -'0') & 0x03],
|
||||||
packet[5], packet[4], packet[3], packet[7]);
|
packet[5], packet[4], packet[3], packet[7]);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue