kernel: bump 5.15 to 5.15.55
[openwrt/staging/hauke.git] / target / linux / generic / hack-5.15 / 711-net-dsa-mv88e6xxx-disable-ATU-violation.patch
index 8d7919a6e4d14fb5baf359721647c03a09c7fdbb..8f2e6e0e0e8a165f3b53cfeae6c30b5fe3692d1b 100644 (file)
@@ -7,11 +7,9 @@ Subject: [PATCH] net/dsa/mv88e6xxx: disable ATU violation
  drivers/net/dsa/mv88e6xxx/chip.c | 3 +++
  1 file changed, 3 insertions(+)
 
-diff --git a/drivers/net/dsa/mv88e6xxx/chip.c b/drivers/net/dsa/mv88e6xxx/chip.c
-index cad98ab421d7..790e1887d73b 100644
 --- a/drivers/net/dsa/mv88e6xxx/chip.c
 +++ b/drivers/net/dsa/mv88e6xxx/chip.c
-@@ -2981,6 +2981,9 @@ static int mv88e6xxx_setup_port(struct mv88e6xxx_chip *chip, int port)
+@@ -2981,6 +2981,9 @@ static int mv88e6xxx_setup_port(struct m
        else
                reg = 1 << port;
  
@@ -21,5 +19,3 @@ index cad98ab421d7..790e1887d73b 100644
        err = mv88e6xxx_port_write(chip, port, MV88E6XXX_PORT_ASSOC_VECTOR,
                                   reg);
        if (err)
--- 
-