aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/hid/i2c-hid/i2c-hid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/i2c-hid/i2c-hid.c b/drivers/hid/i2c-hid/i2c-hid.c
index 747d54421e73..933bf1052ec0 100644
--- a/drivers/hid/i2c-hid/i2c-hid.c
+++ b/drivers/hid/i2c-hid/i2c-hid.c
@@ -437,7 +437,7 @@ static void i2c_hid_init_report(struct hid_report *report, u8 *buffer,
437 report->id, buffer, size)) 437 report->id, buffer, size))
438 return; 438 return;
439 439
440 i2c_hid_dbg(ihid, "report (len=%d): %*ph\n", size, size, ihid->inbuf); 440 i2c_hid_dbg(ihid, "report (len=%d): %*ph\n", size, size, buffer);
441 441
442 ret_size = buffer[0] | (buffer[1] << 8); 442 ret_size = buffer[0] | (buffer[1] << 8);
443 443