hso: remove claiming and releasing of USB interface
No need to reclaim the same USB interface beeing probed. Releasing interface does nothing also. This is already in for a long time in off-kernel hso driver and no regresions were noticed for this change. Signed-off-by: Paulius Zaleckas <paulius.zaleckas@teltonika.lt> Cc: Denis Joseph Barrow <D.Barow@option.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
6ceffd4778
commit
a6f26e4b0e
@@ -2978,8 +2978,6 @@ static int hso_probe(struct usb_interface *interface,
|
|||||||
goto exit;
|
goto exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
usb_driver_claim_interface(&hso_driver, interface, hso_dev);
|
|
||||||
|
|
||||||
/* save our data pointer in this device */
|
/* save our data pointer in this device */
|
||||||
usb_set_intfdata(interface, hso_dev);
|
usb_set_intfdata(interface, hso_dev);
|
||||||
|
|
||||||
@@ -2997,8 +2995,6 @@ static void hso_disconnect(struct usb_interface *interface)
|
|||||||
|
|
||||||
/* remove reference of our private data */
|
/* remove reference of our private data */
|
||||||
usb_set_intfdata(interface, NULL);
|
usb_set_intfdata(interface, NULL);
|
||||||
|
|
||||||
usb_driver_release_interface(&hso_driver, interface);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static void async_get_intf(struct work_struct *data)
|
static void async_get_intf(struct work_struct *data)
|
||||||
|
Reference in New Issue
Block a user