update and fix for 6.15

This commit is contained in:
RikkaNekoo
2025-06-01 20:37:09 +08:00
parent f3c83aab7e
commit 25f223aef8
4 changed files with 42 additions and 37 deletions
+10
View File
@@ -0,0 +1,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");
}