diff options
| -rw-r--r-- | drivers/input/tablet/wacom_sys.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/tablet/wacom_sys.c b/drivers/input/tablet/wacom_sys.c index b3a8bd3514b2..23a933da75cd 100644 --- a/drivers/input/tablet/wacom_sys.c +++ b/drivers/input/tablet/wacom_sys.c | |||
| @@ -213,7 +213,7 @@ static void wacom_retrieve_report_data(struct usb_interface *intf, | |||
| 213 | 213 | ||
| 214 | rep_data[0] = 12; | 214 | rep_data[0] = 12; |
| 215 | result = wacom_get_report(intf, WAC_HID_FEATURE_REPORT, | 215 | result = wacom_get_report(intf, WAC_HID_FEATURE_REPORT, |
| 216 | rep_data[0], &rep_data, 2, | 216 | rep_data[0], rep_data, 2, |
| 217 | WAC_MSG_RETRIES); | 217 | WAC_MSG_RETRIES); |
| 218 | 218 | ||
| 219 | if (result >= 0 && rep_data[1] > 2) | 219 | if (result >= 0 && rep_data[1] > 2) |
