forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/drivers/net/ethernet/chelsio/cxgb/my3126.c
....@@ -94,7 +94,7 @@
9494 return cphy_cause_link_change;
9595 }
9696
97
-static void my3216_poll(struct work_struct *work)
97
+static void my3126_poll(struct work_struct *work)
9898 {
9999 struct cphy *cphy = container_of(work, struct cphy, phy_update.work);
100100
....@@ -177,7 +177,7 @@
177177 return NULL;
178178
179179 cphy_init(cphy, dev, phy_addr, &my3126_ops, mdio_ops);
180
- INIT_DELAYED_WORK(&cphy->phy_update, my3216_poll);
180
+ INIT_DELAYED_WORK(&cphy->phy_update, my3126_poll);
181181 cphy->bmsr = 0;
182182
183183 return cphy;