]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/usb/storage/usb.c
USB: usb-storage: merge CB and CBI transport routines
[linux-2.6-omap-h63xx.git] / drivers / usb / storage / usb.c
index 099e07c6af7b9bbcdb606ead9eee911c3c3ef84a..cdd009fae3cdf2c60838d73e90ab2850c6427e2a 100644 (file)
@@ -591,7 +591,7 @@ static int get_transport(struct us_data *us)
 
        case US_PR_CBI:
                us->transport_name = "Control/Bulk/Interrupt";
-               us->transport = usb_stor_CBI_transport;
+               us->transport = usb_stor_CB_transport;
                us->transport_reset = usb_stor_CB_reset;
                us->max_lun = 7;
                break;