kernel: bump 5.4 to 5.4.106
[openwrt/staging/dedeckeh.git] / target / linux / layerscape / patches-5.4 / 701-net-0236-enetc-Replace-enetc_gregs-with-a-readers-writer-lock.patch
index 262e87306a15ab9a9d27a453115f0b24a14fc4f7..cb164d4ffb18f3d2b86c4c8e952595ab3c353f6f 100644 (file)
@@ -371,7 +371,7 @@ Signed-off-by: Claudiu Manoil <claudiu.manoil@nxp.com>
  #define enetc_rd(hw, off)             enetc_rd_reg((hw)->reg + (off))
 --- a/drivers/net/ethernet/freescale/enetc/enetc_pf.c
 +++ b/drivers/net/ethernet/freescale/enetc/enetc_pf.c
-@@ -1046,8 +1046,9 @@ static void enetc_pf_remove(struct pci_d
+@@ -1076,8 +1076,9 @@ static void enetc_pf_remove(struct pci_d
        enetc_pci_remove(pdev);
  }