mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-18 15:59:35 +00:00
Static analyzers generate alerts for an unchecked call to
`media_device_register()`. However, in this case, the device will work
reliably without the media controller API.
Add a comment above the call to prevent future unnecessary changes.
Suggested-by: Mauro Carvalho Chehab <mchehab@kernel.org>
Fixes:
|
||
|---|---|---|
| .. | ||
| em28xx-audio.c | ||
| em28xx-camera.c | ||
| em28xx-cards.c | ||
| em28xx-core.c | ||
| em28xx-dvb.c | ||
| em28xx-i2c.c | ||
| em28xx-input.c | ||
| em28xx-reg.h | ||
| em28xx-v4l.h | ||
| em28xx-vbi.c | ||
| em28xx-video.c | ||
| em28xx.h | ||
| Kconfig | ||
| Makefile | ||