media: pci: cx23885: Replace mdelay() with msleep() and usleep_range() in cx23885_gpi...
authorJia-Ju Bai <baijiaju1990@gmail.com>
Fri, 27 Jul 2018 03:15:34 +0000 (23:15 -0400)
committerMauro Carvalho Chehab <mchehab+samsung@kernel.org>
Fri, 27 Jul 2018 12:13:49 +0000 (08:13 -0400)
commit9095b23fc2a1f64b774368a12cc91b941e200512
treec7725adbaf2aeb8e546afa55db0abf7961abda80
parentccb2ca78a7278ec0024f281fdc2155b32f995cef
media: pci: cx23885: Replace mdelay() with msleep() and usleep_range() in cx23885_gpio_setup()

cx23885_gpio_setup() 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: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
drivers/media/pci/cx23885/cx23885-cards.c