Commit 8939233b authored by Philippe Bertin's avatar Philippe Bertin Committed by Greg Kroah-Hartman

[PATCH] USB: Superfluous statement in usb.c

parent 07ccc1f3
...@@ -550,9 +550,7 @@ static int usb_device_match (struct device *dev, struct device_driver *drv) ...@@ -550,9 +550,7 @@ static int usb_device_match (struct device *dev, struct device_driver *drv)
return 0; return 0;
intf = to_usb_interface(dev); intf = to_usb_interface(dev);
usb_drv = to_usb_driver(drv); usb_drv = to_usb_driver(drv);
id = usb_drv->id_table;
id = usb_match_id (intf, usb_drv->id_table); id = usb_match_id (intf, usb_drv->id_table);
if (id) if (id)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment