USB: storage: Use USB_ prefix instead of US_ prefix
[cascardo/linux.git] / drivers / usb / storage / sddr09.c
index ab5f9f3..bcb9a70 100644 (file)
@@ -1760,7 +1760,7 @@ static int sddr09_probe(struct usb_interface *intf,
        if (result)
                return result;
 
-       if (us->protocol == US_PR_DPCM_USB) {
+       if (us->protocol == USB_PR_DPCM_USB) {
                us->transport_name = "Control/Bulk-EUSB/SDDR09";
                us->transport = dpcm_transport;
                us->transport_reset = usb_stor_CB_reset;