kernel: update kernel 4.4 to version 4.4.15
[openwrt/openwrt.git] / target / linux / bcm53xx / patches-4.4 / 089-0002-phy-bcm-ns-usb2-checking-the-wrong-variable.patch
index 81144dc2b38ee9d354a677203fe14a6402f46b96..ae3462f43e1ef2ff6904b33f5f2876381cd96953 100644 (file)
@@ -12,11 +12,9 @@ Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
  drivers/phy/phy-bcm-ns-usb2.c | 4 ++--
  1 file changed, 2 insertions(+), 2 deletions(-)
 
-diff --git a/drivers/phy/phy-bcm-ns-usb2.c b/drivers/phy/phy-bcm-ns-usb2.c
-index 95ab6b2..58dff80 100644
 --- a/drivers/phy/phy-bcm-ns-usb2.c
 +++ b/drivers/phy/phy-bcm-ns-usb2.c
-@@ -109,8 +109,8 @@ static int bcm_ns_usb2_probe(struct platform_device *pdev)
+@@ -109,8 +109,8 @@ static int bcm_ns_usb2_probe(struct plat
        }
  
        usb2->phy = devm_phy_create(dev, NULL, &ops);
@@ -27,6 +25,3 @@ index 95ab6b2..58dff80 100644
  
        phy_set_drvdata(usb2->phy, usb2);
        platform_set_drvdata(pdev, usb2);
--- 
-1.8.4.5
-