kernel: refresh patches for kernel 4.4
[openwrt/openwrt.git] / target / linux / bcm53xx / patches-4.4 / 810-USB-bcma-use-simpler-devm_gpiod_get.patch
index 32a51138451013e0dabc11441791026792b4899c..ec6ef9ea59a75030ef5a01523b329a5f7ab5741f 100644 (file)
@@ -12,13 +12,13 @@ Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
 
 --- a/drivers/usb/host/bcma-hcd.c
 +++ b/drivers/usb/host/bcma-hcd.c
-@@ -568,8 +568,7 @@ static int bcma_hcd_probe(struct bcma_device *dev)
+@@ -568,8 +568,7 @@ static int bcma_hcd_probe(struct bcma_de
        usb_dev->core = dev;
  
        if (dev->dev.of_node)
 -              usb_dev->gpio_desc = devm_get_gpiod_from_child(&dev->dev, "vcc",
 -                                                             &dev->dev.of_node->fwnode);
-+              usb_dev->gpio_desc = devm_gpiod_get(&dev->dev, "vcc");
++              usb_dev->gpio_desc = devm_gpiod_get(&dev->dev, "vcc", 0);
        if (!IS_ERR_OR_NULL(usb_dev->gpio_desc))
                gpiod_direction_output(usb_dev->gpio_desc, 1);