]> git.karo-electronics.de Git - linux-beck.git/blobdiff - drivers/usb/core/driver.c
Merge 3.14-rc3 into usb-next
[linux-beck.git] / drivers / usb / core / driver.c
index ab90a01568283c3c0d2a0a3df9b653bfba65a812..85e0450a2bc72c693e2ea82eff109835d957a71d 100644 (file)
@@ -312,9 +312,9 @@ static int usb_probe_interface(struct device *dev)
                return error;
        }
 
-       id = usb_match_id(intf, driver->id_table);
+       id = usb_match_dynamic_id(intf, driver);
        if (!id)
-               id = usb_match_dynamic_id(intf, driver);
+               id = usb_match_id(intf, driver->id_table);
        if (!id)
                return error;