]> www.infradead.org Git - users/jedix/linux-maple.git/commit
media: ipu3-cio2: Replace deprecated PCI functions
authorPhilipp Stanner <phasta@kernel.org>
Fri, 4 Apr 2025 13:53:41 +0000 (15:53 +0200)
committerHans Verkuil <hverkuil@xs4all.nl>
Fri, 25 Apr 2025 08:15:28 +0000 (10:15 +0200)
commit4e228c365d85a03d08c7f555011919f4b6353dcd
treea75cd06b56836d1f16b09d38475c1654558e66cc
parent9396770c3add2142e21813ce8bc152e5e6524557
media: ipu3-cio2: Replace deprecated PCI functions

pcim_iomap_table() and pcim_iomap_regions() have been deprecated.

Replace them with pcim_iomap_region(), and pass the actual driver name
to that function.

Signed-off-by: Philipp Stanner <phasta@kernel.org>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
drivers/media/pci/intel/ipu3/ipu3-cio2.c