diff options
-rw-r--r-- | drivers/hid/hid-hyperv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/hid-hyperv.c b/drivers/hid/hid-hyperv.c index 866e6a86203c..0658cc4578fe 100644 --- a/drivers/hid/hid-hyperv.c +++ b/drivers/hid/hid-hyperv.c | |||
@@ -457,7 +457,7 @@ static void mousevsc_hid_stop(struct hid_device *hid) | |||
457 | 457 | ||
458 | static int mousevsc_hid_raw_request(struct hid_device *hid, | 458 | static int mousevsc_hid_raw_request(struct hid_device *hid, |
459 | unsigned char report_num, | 459 | unsigned char report_num, |
460 | __u8 buf, size_t len, | 460 | __u8 *buf, size_t len, |
461 | unsigned char rtype, | 461 | unsigned char rtype, |
462 | int reqtype) | 462 | int reqtype) |
463 | { | 463 | { |