HID: sony: Use __u8 * for the buffer in sixaxis_set_operational_usb()
authorAntonio Ospite <ao2@ao2.it>
Mon, 16 Feb 2015 17:12:23 +0000 (18:12 +0100)
committerJiri Kosina <jkosina@suse.cz>
Wed, 18 Feb 2015 20:36:12 +0000 (21:36 +0100)
commitdad89ad046b0a9cfad99fb30e27df2be5bf76b54
treed937603bafd94beeea648259f5b92d713723d3aa
parenta85d67b545e9c1e178ecdb159cfa59a45405c22a
HID: sony: Use __u8 * for the buffer in sixaxis_set_operational_usb()

Use the same type declared in the prototypes of functions that are going
to accept the buffer as parameter.

Signed-off-by: Antonio Ospite <ao2@ao2.it>
Acked-by: Frank Praznik <frank.praznik@oh.rr.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-sony.c