linux_dsm_epyc7002/drivers/net/wireless/realtek/rtl818x/rtl8180
Jia-Ju Bai 622e938240 rtl818x: Replace mdelay() with msleep() in rtl8225se_rf_init
rtl8225se_rf_init() is never called in atomic context.
It calls mdelay() to busily wait, which is not necessary.
mdelay() can be replaced with msleep().
This patch only replaces the mdelay() that has >20ms time to wait.

This is found by a static analysis tool named DCNS written by myself.

Signed-off-by: Jia-Ju Bai <baijiaju1990@gmail.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2018-07-31 10:26:46 +03:00
..
dev.c mac80211: clean up rate encoding bits in RX status 2017-04-28 10:41:38 +02:00
grf5101.c
grf5101.h
Makefile
max2820.c
max2820.h
rtl8180.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
rtl8225.c
rtl8225.h License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
rtl8225se.c rtl818x: Replace mdelay() with msleep() in rtl8225se_rf_init 2018-07-31 10:26:46 +03:00
rtl8225se.h
sa2400.c
sa2400.h