diff options
author | Dmitry Torokhov <dtor@insightbb.com> | 2007-05-03 00:54:54 -0400 |
---|---|---|
committer | Dmitry Torokhov <dtor@insightbb.com> | 2007-05-03 00:54:54 -0400 |
commit | 4ee1fc8e554593061a71d6af7c94f31764b87606 (patch) | |
tree | 9d53bf4b1e86face3b5bc26723423593c54f4bc6 /drivers/usb/input/wacom_wac.h | |
parent | ce305b6a0815cae4288e77723f80fbc97f651f9a (diff) |
Input: drivers/usb/input - fix sparse warnings (signedness)
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Diffstat (limited to 'drivers/usb/input/wacom_wac.h')
-rw-r--r-- | drivers/usb/input/wacom_wac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/input/wacom_wac.h b/drivers/usb/input/wacom_wac.h index a2302228724..89793666ee8 100644 --- a/drivers/usb/input/wacom_wac.h +++ b/drivers/usb/input/wacom_wac.h @@ -39,7 +39,7 @@ struct wacom_features { }; struct wacom_wac { - signed char *data; + unsigned char *data; int tool[2]; int id[2]; __u32 serial[2]; |