提交 657b6717 编写于 作者: G Greg Kroah-Hartman

USB: fix __must_check warnings in drivers/usb/input/

Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 96cede53
...@@ -971,7 +971,7 @@ static int usb_probe(struct usb_interface *intf, const struct usb_device_id *id) ...@@ -971,7 +971,7 @@ static int usb_probe(struct usb_interface *intf, const struct usb_device_id *id)
DRIVER_VERSION, sizeof(DRIVER_VERSION)); DRIVER_VERSION, sizeof(DRIVER_VERSION));
/* Register sysfs hooks (don't care about failure) */ /* 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; return 0;
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册