Skip to content

Commit

Permalink
USB: fix __must_check warnings in drivers/usb/input/
Browse files Browse the repository at this point in the history
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Greg Kroah-Hartman committed Sep 27, 2006
1 parent 96cede5 commit 657b671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/usb/input/yealink.c
Original file line number Diff line number Diff line change
Expand Up @@ -971,7 +971,7 @@ static int usb_probe(struct usb_interface *intf, const struct usb_device_id *id)
DRIVER_VERSION, sizeof(DRIVER_VERSION));

/* Register sysfs hooks (don't care about failure) */
sysfs_create_group(&intf->dev.kobj, &yld_attr_group);
ret = sysfs_create_group(&intf->dev.kobj, &yld_attr_group);
return 0;
}

Expand Down

0 comments on commit 657b671

Please sign in to comment.