linux/drivers/staging/qlge
Tobias Alam 7c0ae9e01d staging: qlge: change msleep to usleep_range
This patch changes msleep() to usleep_range() based on
Documentation/timers/timers-howto.txt. It suggests using usleep_range()
for small msec(1ms - 20ms) because msleep() will often sleep longer than
the desired value. Issue found by checkpatch.

Signed-off-by: Tobias Alam <tobiasalam@gmail.com>
Link: https://lore.kernel.org/r/YMa60p5dl0LMV/9D@tobias-VirtualBox
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2021-06-14 16:40:34 +02:00
..
Kconfig staging: qlge: Initialize devlink health dump framework 2021-01-29 16:54:20 +01:00
Makefile staging: qlge: Initialize devlink health dump framework 2021-01-29 16:54:20 +01:00
qlge.h staging: qlge: clean up debugging code in the QL_ALL_DUMP ifdef land 2021-01-29 16:54:21 +01:00
qlge_dbg.c staging: qlge: clean up debugging code in the QL_ALL_DUMP ifdef land 2021-01-29 16:54:21 +01:00
qlge_devlink.c staging: qlge: deal with the case that devlink_health_reporter_create fails 2021-03-26 14:58:13 +01:00
qlge_devlink.h staging: qlge: deal with the case that devlink_health_reporter_create fails 2021-03-26 14:58:13 +01:00
qlge_ethtool.c staging: qlge: change msleep to usleep_range 2021-06-14 16:40:34 +02:00
qlge_main.c staging: qlge: removed unnecessary debug message to fix coding style warning 2021-05-13 20:05:24 +02:00
qlge_mpi.c staging: qlge: remove mpi_core_to_log which sends coredump to the kernel ring buffer 2021-01-29 16:54:20 +01:00
TODO staging: qlge: clean up debugging code in the QL_ALL_DUMP ifdef land 2021-01-29 16:54:21 +01:00