diff options
-rw-r--r-- | drivers/input/tablet/wacom_wac.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/tablet/wacom_wac.c b/drivers/input/tablet/wacom_wac.c index 19554a430170..03ebcc8b24b5 100644 --- a/drivers/input/tablet/wacom_wac.c +++ b/drivers/input/tablet/wacom_wac.c | |||
@@ -300,8 +300,8 @@ static int wacom_graphire_irq(struct wacom_wac *wacom) | |||
300 | wacom->id[1] = 0; | 300 | wacom->id[1] = 0; |
301 | input_report_abs(input, ABS_MISC, wacom->id[1]); | 301 | input_report_abs(input, ABS_MISC, wacom->id[1]); |
302 | input_event(input, EV_MSC, MSC_SERIAL, 0xf0); | 302 | input_event(input, EV_MSC, MSC_SERIAL, 0xf0); |
303 | retval = 1; | ||
303 | } | 304 | } |
304 | retval = 1; | ||
305 | break; | 305 | break; |
306 | } | 306 | } |
307 | exit: | 307 | exit: |