mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-23 23:29:35 +07:00
622e938240
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> |
||
---|---|---|
.. | ||
dev.c | ||
grf5101.c | ||
grf5101.h | ||
Makefile | ||
max2820.c | ||
max2820.h | ||
rtl8180.h | ||
rtl8225.c | ||
rtl8225.h | ||
rtl8225se.c | ||
rtl8225se.h | ||
sa2400.c | ||
sa2400.h |