commit | d2bdc492916046da4abe07ec2373bd962f2224e9 | [log] [tgz] |
---|---|---|
author | Michał Mirosław <mirq-linux@rere.qmqm.pl> | Tue Feb 11 11:35:04 2020 +0100 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Feb 11 11:15:29 2020 -0800 |
tree | da3e777822d9e4e98fe48d3e2210bf41c13483ea | |
parent | 40a97d55a6b7f52df0a4ff59b860a4d4c2a0283a [diff] |
staging: wfx: use more power-efficient sleep for reset Replace udelay() with usleep_range() as all uses are in a sleepable context. Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl> Link: https://lore.kernel.org/r/59e1e4e5bd80c1879ef36eaa59916e47005dbb04.1581416843.git.mirq-linux@rere.qmqm.pl Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>