summarylogtreecommitdiffstats
path: root/6.15-fix.patch
blob: 5ebbff77c64eb6ae4028407e9049a8a80160b441 (plain)
1
2
3
4
5
6
7
8
9
10
--- a/src/fuxi-gmac-phy.c
+++ b/src/fuxi-gmac-phy.c
@@ -368,6 +368,6 @@
 
 void fxgmac_phy_timer_destroy(struct fxgmac_pdata *pdata)
 {
-    del_timer_sync(&pdata->expansion.phy_poll_tm);
+    timer_shutdown_sync(&pdata->expansion.phy_poll_tm);
     DPRINTK("fxgmac_phy_timer removed\n");
 }