Message ID | 1272656998-29307-1-git-send-email-ospite@studenti.unina.it (mailing list archive) |
---|---|
State | Accepted |
Commit | 81cd584394e54514c57b18e0f23e0b5ca40070b2 |
Headers | show |
diff --git a/drivers/hid/hidraw.c b/drivers/hid/hidraw.c index 6eadf1a..a9becf9 100644 --- a/drivers/hid/hidraw.c +++ b/drivers/hid/hidraw.c @@ -311,7 +311,7 @@ static long hidraw_ioctl(struct file *file, unsigned int cmd, -EFAULT : len; break; } - } + } ret = -ENOTTY; }