kernel: bump 6.6 to 6.6.27
[openwrt/staging/pepe2k.git] / target / linux / generic / backport-6.6 / 835-v6.9-net-phy-add-support-for-PHY-LEDs-polarity-modes.patch
index 30390299c80b59f3ce2d6e8eb4386c7383695e65..104f961c02246b02881367baf6e5a325b8ec2df2 100644 (file)
@@ -28,7 +28,7 @@ Signed-off-by: Jakub Kicinski <kuba@kernel.org>
 
 --- a/drivers/net/phy/phy_device.c
 +++ b/drivers/net/phy/phy_device.c
-@@ -3198,6 +3198,7 @@ static int of_phy_led(struct phy_device
+@@ -3201,6 +3201,7 @@ static int of_phy_led(struct phy_device
        struct device *dev = &phydev->mdio.dev;
        struct led_init_data init_data = {};
        struct led_classdev *cdev;
@@ -36,7 +36,7 @@ Signed-off-by: Jakub Kicinski <kuba@kernel.org>
        struct phy_led *phyled;
        u32 index;
        int err;
-@@ -3215,6 +3216,21 @@ static int of_phy_led(struct phy_device
+@@ -3218,6 +3219,21 @@ static int of_phy_led(struct phy_device
        if (index > U8_MAX)
                return -EINVAL;