|
@@ -98,7 +98,7 @@ static void holtekff_send(struct holtekff_device *holtekff,
|
|
|
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);
|
|
|
}
|