diff options
author | Jia-Ju Bai <baijiaju1990@gmail.com> | 2018-01-25 18:32:59 +0800 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2018-01-25 07:28:23 -0800 |
commit | eada8598e69f9ff767c387951f40bab5aafe6a88 (patch) | |
tree | 8646a9f0e57abd09f8287337ff9359209f86284b /drivers/ata/Kconfig | |
parent | e72685dbd2e7782ce99ccd198e52dc0d9cf1d16f (diff) | |
download | linux-eada8598e69f9ff767c387951f40bab5aafe6a88.tar.gz linux-eada8598e69f9ff767c387951f40bab5aafe6a88.tar.bz2 linux-eada8598e69f9ff767c387951f40bab5aafe6a88.zip |
ata: pata_it821x: Replace mdelay with usleep_range in it821x_firmware_command
After checking all possible call chains to it821x_firmware_command here,
my tool finds that it821x_firmware_command
is never called in atomic context,
namely never in an interrupt handler or holding a spinlock.
And it821x_firmware_command calls kmalloc(GFP_KERNEL),
so it proves again that it821x_firmware_command
can call functions which can sleep.
Thus mdelay can be replaced with usleep_range to avoid busy 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: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'drivers/ata/Kconfig')
0 files changed, 0 insertions, 0 deletions