]> git.baikalelectronics.ru Git - kernel.git/commit
Input: elan_i2c - fix wrong %p extension
authorRasmus Villemoes <linux@rasmusvillemoes.dk>
Fri, 6 Feb 2015 16:39:20 +0000 (08:39 -0800)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Fri, 6 Feb 2015 23:32:18 +0000 (15:32 -0800)
commit020732d43c3d3c9bdf561e5823bf4fb21ce459c1
tree9432d77c91de0fcd8ebc04dfcd95e1ba72df740f
parentaac08a79c50a1b55fa5b992328945e10481ffa0e
Input: elan_i2c - fix wrong %p extension

There's no %px extension. From the context I think the intention was to
dump the five bytes which were not as expected, and for that one should use
%ph.

Signed-off-by: Rasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/mouse/elan_i2c_smbus.c