kernel/drivers/net/ethernet/chelsio/cxgb/my3126.c
.. .. @@ -94,7 +94,7 @@ 94 94 return cphy_cause_link_change; 95 95 } 96 96 97 -static void my3216_poll(struct work_struct *work)97 +static void my3126_poll(struct work_struct *work)98 98 { 99 99 struct cphy *cphy = container_of(work, struct cphy, phy_update.work); 100 100 .. .. @@ -177,7 +177,7 @@ 177 177 return NULL; 178 178 179 179 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);181 181 cphy->bmsr = 0; 182 182 183 183 return cphy;