aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/input/itmtouch.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/input/itmtouch.c')
-rw-r--r--drivers/usb/input/itmtouch.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/usb/input/itmtouch.c b/drivers/usb/input/itmtouch.c
index 5c570cc703f3..61966d719ca3 100644
--- a/drivers/usb/input/itmtouch.c
+++ b/drivers/usb/input/itmtouch.c
@@ -39,7 +39,6 @@
39 * 39 *
40 *****************************************************************************/ 40 *****************************************************************************/
41 41
42#include <linux/config.h>
43#include <linux/kernel.h> 42#include <linux/kernel.h>
44#include <linux/slab.h> 43#include <linux/slab.h>
45#include <linux/module.h> 44#include <linux/module.h>
@@ -88,7 +87,7 @@ static void itmtouch_irq(struct urb *urb, struct pt_regs *regs)
88 case 0: 87 case 0:
89 /* success */ 88 /* success */
90 break; 89 break;
91 case -ETIMEDOUT: 90 case -ETIME:
92 /* this urb is timing out */ 91 /* this urb is timing out */
93 dbg("%s - urb timed out - was the device unplugged?", 92 dbg("%s - urb timed out - was the device unplugged?",
94 __FUNCTION__); 93 __FUNCTION__);