commit | 4330b53e9662f8d105da5916899f98d2138dcb1e | [log] [tgz] |
---|---|---|
author | Jia-Ju Bai <baijiaju1990@gmail.com> | Tue Jan 09 09:40:06 2018 +0800 |
committer | Kalle Valo <kvalo@codeaurora.org> | Thu Jan 11 21:54:01 2018 +0200 |
tree | 5bb48a17dd517eb6e048303ce10dd40e2d6a4e2c | |
parent | b7acadaf038740c43515dc1548f43d01cc92823a [diff] |
b43: Replace mdelay with usleep_range in b43_radio_2057_init_post b43_radio_2057_init_post is not called in an interrupt handler nor holding a spinlock. The function mdelay in it can be replaced with usleep_range, to reduce busy wait. Signed-off-by: Jia-Ju Bai <baijiaju1990@gmail.com> Acked-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>