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

Commit 45868b3a authored by Rahul Bedarkar's avatar Rahul Bedarkar Committed by Greg Kroah-Hartman
Browse files

USB: misc: idmouse: correct spelling mistake in error string

parent 3fb4c07a
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -386,7 +386,7 @@ static int idmouse_probe(struct usb_interface *interface,
	result = usb_register_dev(interface, &idmouse_class);
	result = usb_register_dev(interface, &idmouse_class);
	if (result) {
	if (result) {
		/* something prevented us from registering this device */
		/* something prevented us from registering this device */
		dev_err(&interface->dev, "Unble to allocate minor number.\n");
		dev_err(&interface->dev, "Unable to allocate minor number.\n");
		usb_set_intfdata(interface, NULL);
		usb_set_intfdata(interface, NULL);
		idmouse_delete(dev);
		idmouse_delete(dev);
		return result;
		return result;