提交 98a4a59e 编写于 作者: R Rasmus Villemoes 提交者: Dmitry Torokhov

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: NRasmus Villemoes <linux@rasmusvillemoes.dk>
Signed-off-by: NDmitry Torokhov <dmitry.torokhov@gmail.com>
上级 b881d537
...@@ -70,7 +70,7 @@ static int elan_smbus_initialize(struct i2c_client *client) ...@@ -70,7 +70,7 @@ static int elan_smbus_initialize(struct i2c_client *client)
/* compare hello packet */ /* compare hello packet */
if (memcmp(values, check, ETP_SMBUS_HELLOPACKET_LEN)) { if (memcmp(values, check, ETP_SMBUS_HELLOPACKET_LEN)) {
dev_err(&client->dev, "hello packet fail [%*px]\n", dev_err(&client->dev, "hello packet fail [%*ph]\n",
ETP_SMBUS_HELLOPACKET_LEN, values); ETP_SMBUS_HELLOPACKET_LEN, values);
return -ENXIO; return -ENXIO;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册