aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hid/hidraw.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/hid/hidraw.c')
-rw-r--r--drivers/hid/hidraw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hid/hidraw.c b/drivers/hid/hidraw.c
index d04476700b7b..a758ead3df61 100644
--- a/drivers/hid/hidraw.c
+++ b/drivers/hid/hidraw.c
@@ -310,7 +310,7 @@ static long hidraw_ioctl(struct file *file, unsigned int cmd,
310 -EFAULT : len; 310 -EFAULT : len;
311 break; 311 break;
312 } 312 }
313 } 313 }
314 314
315 ret = -ENOTTY; 315 ret = -ENOTTY;
316 } 316 }