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 a23022287248..89793666ee8a 100644 --- a/drivers/usb/input/wacom_wac.h +++ b/drivers/usb/input/wacom_wac.h | |||
@@ -39,7 +39,7 @@ struct wacom_features { | |||
39 | }; | 39 | }; |
40 | 40 | ||
41 | struct wacom_wac { | 41 | struct wacom_wac { |
42 | signed char *data; | 42 | unsigned char *data; |
43 | int tool[2]; | 43 | int tool[2]; |
44 | int id[2]; | 44 | int id[2]; |
45 | __u32 serial[2]; | 45 | __u32 serial[2]; |