mm, hugetlb: remove useless check about mapping type
[platform/adaptation/renesas_rcar/renesas_kernel.git] / drivers / hid / hid-holtekff.c
index 9a8f051..9325545 100644 (file)
@@ -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);
 }