WSL2-Linux-Kernel/drivers/media/pci/cx88
Jia-Ju Bai 9d08ba6de0 media: pci: cx88: Replace mdelay() with msleep() in dvb_register()
dvb_register() 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>
2018-07-27 08:15:18 -04:00
..
Kconfig
Makefile
cx88-alsa.c media: cx88: add error handling for snd_ctl_add 2018-06-28 07:54:27 -04:00
cx88-blackbird.c MAINTAINERS & files: Canonize the e-mails I use at files 2018-05-04 06:21:06 -04:00
cx88-cards.c media: pci: cx88: Replace mdelay() with msleep() in cx88_card_setup_pre_i2c() 2018-07-27 08:14:47 -04:00
cx88-core.c MAINTAINERS & files: Canonize the e-mails I use at files 2018-05-04 06:21:06 -04:00
cx88-dsp.c
cx88-dvb.c media: pci: cx88: Replace mdelay() with msleep() in dvb_register() 2018-07-27 08:15:18 -04:00
cx88-i2c.c MAINTAINERS & files: Canonize the e-mails I use at files 2018-05-04 06:21:06 -04:00
cx88-input.c media: Revert cleanup ktime_set() usage 2018-05-09 16:31:06 -04:00
cx88-mpeg.c
cx88-reg.h
cx88-tvaudio.c
cx88-vbi.c media: cx88: Get rid of spurious call to cx8800_start_vbi_dma() 2018-05-05 10:25:20 -04:00
cx88-video.c MAINTAINERS & files: Canonize the e-mails I use at files 2018-05-04 06:21:06 -04:00
cx88-vp3054-i2c.c
cx88-vp3054-i2c.h
cx88.h