commit | 4ee1fc8e554593061a71d6af7c94f31764b87606 | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dtor@insightbb.com> | Thu May 03 00:54:54 2007 -0400 |
committer | Dmitry Torokhov <dtor@insightbb.com> | Thu May 03 00:54:54 2007 -0400 |
tree | 9d53bf4b1e86face3b5bc26723423593c54f4bc6 | |
parent | ce305b6a0815cae4288e77723f80fbc97f651f9a [diff] [blame] |
Input: drivers/usb/input - fix sparse warnings (signedness) Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
diff --git a/drivers/usb/input/wacom_wac.h b/drivers/usb/input/wacom_wac.h index a230222..8979366 100644 --- a/drivers/usb/input/wacom_wac.h +++ b/drivers/usb/input/wacom_wac.h
@@ -39,7 +39,7 @@ }; struct wacom_wac { - signed char *data; + unsigned char *data; int tool[2]; int id[2]; __u32 serial[2];