Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 657b6717 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman
Browse files

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

parent 96cede53
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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;
}
}