[PATCH 0/3] media: ivtv: Fix smatch warnings

From: Ricardo Ribalda
Date: Mon May 27 2024 - 18:15:24 EST


Linux v6.10r1 throws a couple of warnings, lets fix them:
https://linux-media.pages.freedesktop.org/-/media-staging/-/jobs/59203691/artifacts/junit/test-smatch.err.txt

And now that we are at it, replace some functions with the more modern
managed versions of them.

Signed-off-by: Ricardo Ribalda <ribalda@xxxxxxxxxxxx>
---
Ricardo Ribalda (3):
media: pci/ivtv: Replace ioremap with devm_ variants
media: pci/ivtv: Replace request_mem_region with devm_ variant
media: pci/ivtv: Use managed version of pci_enable_device

drivers/media/pci/ivtv/ivtv-driver.c | 93 ++++++++++--------------------------
1 file changed, 24 insertions(+), 69 deletions(-)
---
base-commit: 1613e604df0cd359cf2a7fbd9be7a0bcfacfabd0
change-id: 20240527-devm-itv-56718771abde

Best regards,
--
Ricardo Ribalda <ribalda@xxxxxxxxxxxx>