commit | 71be8dee6bf13a00bab0f568ce403b3c28c5295f | [log] [tgz] |
---|---|---|
author | Jia-Ju Bai <baijiaju1990@gmail.com> | Thu Jul 26 23:18:46 2018 -0400 |
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | Fri Jul 27 08:14:10 2018 -0400 |
tree | c8a27d1f0655995e9f9adbf264b7e92898c31eb7 | |
parent | 9095b23fc2a1f64b774368a12cc91b941e200512 [diff] |
media: pci: cx23885: Replace mdelay() with msleep() in cx23885_reset() cx23885_reset() is never called in atomic context. It calls mdelay() to busily wait, which is not necessary. mdelay() can be replaced with msleep(). 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>