--- zzzz-none-000/linux-3.10.107/drivers/hid/hid-holtekff.c 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/drivers/hid/hid-holtekff.c 2021-02-04 17:41:59.000000000 +0000 @@ -98,7 +98,7 @@ holtekff->field->value[i] = data[i]; } - dbg_hid("sending %*ph\n", 7, data); + dbg_hid("sending %7ph\n", data); hid_hw_request(hid, holtekff->field->report, HID_REQ_SET_REPORT); }