kernel: update linux 3.8-rcX to 3.8
[openwrt/svn-archive/archive.git] / target / linux / generic / patches-3.8 / 102-ehci_hcd_ignore_oc.patch
index 63d11563648801c905f0d7b2afc39f8d8f5ae6bb..92f897f9f292208a53060fe5195e430f4bda85fc 100644 (file)
@@ -40,7 +40,7 @@ Signed-off-by: Florian Fainelli <florian@openwrt.org>
                mask = PORT_CSC | PORT_PEC | PORT_OCC;
        else
                mask = PORT_CSC | PORT_PEC;
-@@ -825,7 +825,7 @@ static int ehci_hub_control (
+@@ -829,7 +829,7 @@ static int ehci_hub_control (
                if (temp & PORT_PEC)
                        status |= USB_PORT_STAT_C_ENABLE << 16;