X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=drivers%2Finput%2Fmouse%2Felan_i2c_smbus.c;h=06a2bcd1cda267f87cfe11b8eb09fe4d8bb52aaf;hb=98a4a59ee31a12105a2b84f5b8b515ac2cb208ef;hp=5cd4a05370c22400d5fbdb849853bf80d02337a5;hpb=b881d53770e68f3f9b6097a61dd1685180393f20;p=deliverable%2Flinux.git diff --git a/drivers/input/mouse/elan_i2c_smbus.c b/drivers/input/mouse/elan_i2c_smbus.c index 5cd4a05370c2..06a2bcd1cda2 100644 --- a/drivers/input/mouse/elan_i2c_smbus.c +++ b/drivers/input/mouse/elan_i2c_smbus.c @@ -70,7 +70,7 @@ static int elan_smbus_initialize(struct i2c_client *client) /* compare hello packet */ 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); return -ENXIO; }