kernel: bump 6.1 to 6.1.84
[openwrt/openwrt.git] / target / linux / bcm27xx / patches-6.1 / 950-0851-Revert-usb-phy-generic-Get-the-vbus-supply.patch
index 5d271fe4da81ef386911eeb31d9a7ee013301b5a..aaf49e6a7cb5243eecc14317763f5f27c23c12b5 100644 (file)
@@ -10,9 +10,9 @@ This reverts commit c0ea202fbc855d60bc4a0603ca52a9e80654b327.
 
 --- a/drivers/usb/phy/phy-generic.c
 +++ b/drivers/usb/phy/phy-generic.c
-@@ -272,13 +272,6 @@ int usb_phy_gen_create_phy(struct device
-               return dev_err_probe(dev, PTR_ERR(nop->vbus_draw),
-                                    "could not get vbus regulator\n");
+@@ -265,13 +265,6 @@ int usb_phy_gen_create_phy(struct device
+                       return -EPROBE_DEFER;
+       }
  
 -      nop->vbus_draw = devm_regulator_get_exclusive(dev, "vbus");
 -      if (PTR_ERR(nop->vbus_draw) == -ENODEV)