]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita7db01b2533ffb2344cf5dfcbdca4b0d5491069f
treef78d201edd4aeed720d3babe61e638d5e6e95453
parentcf3ce6e169cb51da381eda9f362cc56809ffbfe5
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