diff options
Diffstat (limited to 'drivers/usb/input/touchkitusb.c')
-rw-r--r-- | drivers/usb/input/touchkitusb.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/usb/input/touchkitusb.c b/drivers/usb/input/touchkitusb.c index da7b0bf51aff..30b9f820e7a8 100644 --- a/drivers/usb/input/touchkitusb.c +++ b/drivers/usb/input/touchkitusb.c | |||
@@ -24,7 +24,6 @@ | |||
24 | 24 | ||
25 | //#define DEBUG | 25 | //#define DEBUG |
26 | 26 | ||
27 | #include <linux/config.h> | ||
28 | #include <linux/kernel.h> | 27 | #include <linux/kernel.h> |
29 | #include <linux/slab.h> | 28 | #include <linux/slab.h> |
30 | #include <linux/module.h> | 29 | #include <linux/module.h> |
@@ -202,7 +201,7 @@ static void touchkit_irq(struct urb *urb, struct pt_regs *regs) | |||
202 | case 0: | 201 | case 0: |
203 | /* success */ | 202 | /* success */ |
204 | break; | 203 | break; |
205 | case -ETIMEDOUT: | 204 | case -ETIME: |
206 | /* this urb is timing out */ | 205 | /* this urb is timing out */ |
207 | dbg("%s - urb timed out - was the device unplugged?", | 206 | dbg("%s - urb timed out - was the device unplugged?", |
208 | __FUNCTION__); | 207 | __FUNCTION__); |