drivers/net/fec_mxc.c: Fix spelling of "resetting".

This commit is contained in:
Vagrant Cascadian 2021-12-21 13:06:57 -08:00 committed by Tom Rini
parent 1107b062e5
commit f697addf8a

View file

@ -1465,7 +1465,7 @@ static int fecmxc_probe(struct udevice *dev)
start = get_timer(0);
while (readl(&priv->eth->ecntrl) & FEC_ECNTRL_RESET) {
if (get_timer(start) > (CONFIG_SYS_HZ * 5)) {
printf("FEC MXC: Timeout reseting chip\n");
printf("FEC MXC: Timeout resetting chip\n");
goto err_timeout;
}
udelay(10);