kernel: bump 5.15 to 5.15.78
[openwrt/staging/noltari.git] / target / linux / generic / backport-5.15 / 700-v5.17-net-dsa-introduce-tagger-owned-storage-for-private.patch
index fe47c175a4a55d63602974d21633a5fea225a2c6..f2b651f0c6134dda89d77d57ab023491543d551f 100644 (file)
@@ -217,14 +217,14 @@ Signed-off-by: David S. Miller <davem@davemloft.net>
        rtnl_unlock();
  
 @@ -1257,6 +1315,7 @@ static int dsa_port_parse_cpu(struct dsa
+       struct dsa_switch *ds = dp->ds;
        struct dsa_switch_tree *dst = ds->dst;
-       const struct dsa_device_ops *tag_ops;
        enum dsa_tag_protocol default_proto;
 +      int err;
  
        /* Find out which protocol the switch would prefer. */
        default_proto = dsa_get_tag_protocol(dp, master);
-@@ -1304,6 +1363,12 @@ static int dsa_port_parse_cpu(struct dsa
+@@ -1311,6 +1370,12 @@ static int dsa_port_parse_cpu(struct dsa
                 */
                dsa_tag_driver_put(tag_ops);
        } else {