linux_dsm_epyc7002/drivers/net/wireless/realtek
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
..
rtl8xxxu drivers/net: Fix various unnecessary characters after logging newlines 2018-05-30 13:24:08 -04:00
rtl818x rtl818x: Replace mdelay() with msleep() in rtl8225se_rf_init 2018-07-31 10:26:46 +03:00
rtlwifi Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux 2018-07-20 21:17:12 -07:00
Kconfig net/wireless: fix spaces and grammar copy/paste in vendor Kconfig help text 2018-03-13 18:52:25 +02:00
Makefile