rt2x00: Fix a typo in printk
This patch fix a typo in rt2800lib.c Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Stanislaw Gruszka <sgruszka@redhat.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
parent
ac1181c608
commit
83476cd587
|
@ -4903,7 +4903,7 @@ void rt2800_vco_calibration(struct rt2x00_dev *rt2x00dev)
|
||||||
min_sleep = 2000;
|
min_sleep = 2000;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
WARN_ONCE(1, "Not supported RF chipet %x for VCO recalibration",
|
WARN_ONCE(1, "Not supported RF chipset %x for VCO recalibration",
|
||||||
rt2x00dev->chip.rf);
|
rt2x00dev->chip.rf);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue