commit | c3d77fab51f40821de91a744e4b514e9e4e76a7c | [log] [tgz] |
---|---|---|
author | Jiri Kosina <jkosina@suse.cz> | Fri Mar 28 18:40:42 2014 -0700 |
committer | Jiri Kosina <jkosina@suse.cz> | Fri Mar 28 18:40:42 2014 -0700 |
tree | f78d201edd4aeed720d3babe61e638d5e6e95453 | |
parent | 269ddfc68a49ed885a32c4d6bedb088bd3312b8c [diff] |
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>