aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/tablet/aiptek.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/input/tablet/aiptek.c')
-rw-r--r--drivers/input/tablet/aiptek.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/tablet/aiptek.c b/drivers/input/tablet/aiptek.c
index 755a39e4c9e9..ee83c3904ee8 100644
--- a/drivers/input/tablet/aiptek.c
+++ b/drivers/input/tablet/aiptek.c
@@ -1862,7 +1862,7 @@ aiptek_probe(struct usb_interface *intf, const struct usb_device_id *id)
1862 if (i == ARRAY_SIZE(speeds)) { 1862 if (i == ARRAY_SIZE(speeds)) {
1863 dev_info(&intf->dev, 1863 dev_info(&intf->dev,
1864 "Aiptek tried all speeds, no sane response\n"); 1864 "Aiptek tried all speeds, no sane response\n");
1865 goto fail2; 1865 goto fail3;
1866 } 1866 }
1867 1867
1868 /* Associate this driver's struct with the usb interface. 1868 /* Associate this driver's struct with the usb interface.