mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-29 05:40:13 +00:00
cx25821_gpio_init(), cx25821_initialize() and cx25821_registers_init() are never called in atomic context. They call 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> |
||
|---|---|---|
| .. | ||
| cx25821-alsa.c | ||
| cx25821-audio.h | ||
| cx25821-biffuncs.h | ||
| cx25821-cards.c | ||
| cx25821-core.c | ||
| cx25821-gpio.c | ||
| cx25821-i2c.c | ||
| cx25821-medusa-defines.h | ||
| cx25821-medusa-reg.h | ||
| cx25821-medusa-video.c | ||
| cx25821-medusa-video.h | ||
| cx25821-reg.h | ||
| cx25821-sram.h | ||
| cx25821-video.c | ||
| cx25821-video.h | ||
| cx25821.h | ||
| Kconfig | ||
| Makefile | ||