aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/nvidia/Kconfig
diff options
context:
space:
mode:
authorJia-Ju Bai <baijiaju1990@gmail.com>2018-07-27 16:25:07 +0800
committerDavid S. Miller <davem@davemloft.net>2018-07-27 13:45:14 -0700
commitd818c59a8f490ed8d07bdb4cc175dec97030df26 (patch)
tree42a774525820092c530ea1707f9c15c5ee793f0d /drivers/net/ethernet/nvidia/Kconfig
parentnet: hisilicon: hns: Replace mdelay() with msleep() (diff)
downloadlinux-dev-d818c59a8f490ed8d07bdb4cc175dec97030df26.tar.xz
linux-dev-d818c59a8f490ed8d07bdb4cc175dec97030df26.zip
net: jme: Replace mdelay() with msleep() and usleep_range() in jme_wait_link()
jme_wait_link() is never called in atomic context. It calls mdelay() to busily wait, which is not necessary. mdelay() can be replaced with msleep() and usleep_range(). 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: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/nvidia/Kconfig')
0 files changed, 0 insertions, 0 deletions