mirror of
https://github.com/Mange/rtl8192eu-linux-driver
synced 2025-12-08 15:23:53 +00:00
Remove wrapper rtw_mdelay_os()
This wrapper just calls mdelay(). Remove it. Link: https://lore.kernel.org/r/20210805192644.15978-3-Larry.Finger@lwfinger.net
This commit is contained in:
committed by
Carlos Garcés
parent
5bc12edecb
commit
7f8451a86e
@@ -1186,7 +1186,7 @@ static void shutdown_card(void)
|
||||
break;
|
||||
}
|
||||
|
||||
rtw_mdelay_os(10);
|
||||
mdelay(10);
|
||||
} while (1);
|
||||
|
||||
/* unlock register I/O */
|
||||
|
||||
Reference in New Issue
Block a user