kernel: bump 5.10 to 5.10.57
[openwrt/openwrt.git] / target / linux / lantiq / patches-5.10 / 0028-NET-lantiq-various-etop-fixes.patch
index 0a42fd59e4663f0539afc6bd16aedea621fe6a36..eb47010fa06280bdd0630d6a8e3d1bf46ee78a34 100644 (file)
@@ -744,7 +744,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org>
  
        res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
        if (!res) {
-@@ -651,31 +860,62 @@ ltq_etop_probe(struct platform_device *p
+@@ -651,31 +859,62 @@ ltq_etop_probe(struct platform_device *p
                goto err_out;
        }
  
@@ -822,7 +822,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org>
  
        err = register_netdev(dev);
        if (err)
-@@ -704,31 +946,22 @@ ltq_etop_remove(struct platform_device *
+@@ -704,31 +943,22 @@ ltq_etop_remove(struct platform_device *
        return 0;
  }