USB: misc: idmouse: correct spelling mistake in error string
Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
3fb4c07a52
commit
45868b3a98
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user