kernel: update linux 3.7 to 3.7.7
[openwrt/staging/yousong.git] / target / linux / generic / patches-3.7 / 102-ehci_hcd_ignore_oc.patch
index bf1815a2e1e6e35221c9d09017af5a3108e82981..dfcfc263840a8ed9da44731b792771b6ab2d927e 100644 (file)
@@ -20,7 +20,7 @@
                mask = PORT_CSC | PORT_PEC | PORT_OCC;
        else
                mask = PORT_CSC | PORT_PEC;
-@@ -804,7 +804,7 @@ static int ehci_hub_control (
+@@ -808,7 +808,7 @@ static int ehci_hub_control (
                if (temp & PORT_PEC)
                        status |= USB_PORT_STAT_C_ENABLE << 16;