HID: hyperv: fix _raw_request() prototype
authorJiri Kosina <jkosina@suse.cz>
Sat, 29 Mar 2014 01:40:42 +0000 (18:40 -0700)
committerJiri Kosina <jkosina@suse.cz>
Sat, 29 Mar 2014 01:40:42 +0000 (18:40 -0700)
commitc3d77fab51f40821de91a744e4b514e9e4e76a7c
treef78d201edd4aeed720d3babe61e638d5e6e95453
parent269ddfc68a49ed885a32c4d6bedb088bd3312b8c
HID: hyperv: fix _raw_request() prototype

The 3rd argument is pointer to the buffer, not a single __u8.
This has no bad sideeffect, as the stub is not using any of its
argument, but better have it correct.

Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-hyperv.c