X-Git-Url: https://nv-tegra.nvidia.com/r/gitweb?p=linux-2.6.git;a=blobdiff_plain;f=drivers%2Fhid%2Fusbhid%2Fhiddev.c;h=aa214170baf414c0b9e1459415dd537be32325a8;hp=1f5b5d4c3c34db9844348ba1d27dd900c4166817;hb=8e9d2089723d08d51e66c5eea49253d76e27941e;hpb=ba1eb95cf3cc666769afe42eaa15a3a34ae82f94 diff --git a/drivers/hid/usbhid/hiddev.c b/drivers/hid/usbhid/hiddev.c index 1f5b5d4c3c3..aa214170baf 100644 --- a/drivers/hid/usbhid/hiddev.c +++ b/drivers/hid/usbhid/hiddev.c @@ -227,12 +227,9 @@ void hiddev_report_event(struct hid_device *hid, struct hid_report *report) */ static int hiddev_fasync(int fd, struct file *file, int on) { - int retval; struct hiddev_list *list = file->private_data; - retval = fasync_helper(fd, file, on, &list->fasync); - - return retval < 0 ? retval : 0; + return fasync_helper(fd, file, on, &list->fasync); }