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)
commit98a4a59ee31a12105a2b84f5b8b515ac2cb208ef
tree9432d77c91de0fcd8ebc04dfcd95e1ba72df740f
parentb881d53770e68f3f9b6097a61dd1685180393f20
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