mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-23 15:09:36 +00:00
On built-in kernels this warning will always splat as this is part of the module init. Fix that by shifting the PAT requirement check out under the code that does the "quasi-probe" for the device. This device driver relies on an existing driver to find its own devices, it looks for that device driver and its own found devices, then uses driver_for_each_device() to try to see if it can probe each of those devices as a frambuffer device with ivtvfb_init_card(). We tuck the PAT requiremenet check then on the ivtvfb_init_card() call making the check at least require an ivtv device present before complaining. Reported-by: Fengguang Wu <fengguang.wu@intel.com> [0-day test robot] Signed-off-by: Luis R. Rodriguez <mcgrof@suse.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com> |
||
|---|---|---|
| .. | ||
| ivtv-alsa-main.c | ||
| ivtv-alsa-mixer.c | ||
| ivtv-alsa-mixer.h | ||
| ivtv-alsa-pcm.c | ||
| ivtv-alsa-pcm.h | ||
| ivtv-alsa.h | ||
| ivtv-cards.c | ||
| ivtv-cards.h | ||
| ivtv-controls.c | ||
| ivtv-controls.h | ||
| ivtv-driver.c | ||
| ivtv-driver.h | ||
| ivtv-fileops.c | ||
| ivtv-fileops.h | ||
| ivtv-firmware.c | ||
| ivtv-firmware.h | ||
| ivtv-gpio.c | ||
| ivtv-gpio.h | ||
| ivtv-i2c.c | ||
| ivtv-i2c.h | ||
| ivtv-ioctl.c | ||
| ivtv-ioctl.h | ||
| ivtv-irq.c | ||
| ivtv-irq.h | ||
| ivtv-mailbox.c | ||
| ivtv-mailbox.h | ||
| ivtv-queue.c | ||
| ivtv-queue.h | ||
| ivtv-routing.c | ||
| ivtv-routing.h | ||
| ivtv-streams.c | ||
| ivtv-streams.h | ||
| ivtv-udma.c | ||
| ivtv-udma.h | ||
| ivtv-vbi.c | ||
| ivtv-vbi.h | ||
| ivtv-version.h | ||
| ivtv-yuv.c | ||
| ivtv-yuv.h | ||
| ivtvfb.c | ||
| Kconfig | ||
| Makefile | ||