]> www.infradead.org Git - users/hch/misc.git/commit
mtip32xx: Replace deprecated PCI functions
authorPhilipp Stanner <pstanner@redhat.com>
Wed, 6 Nov 2024 14:52:50 +0000 (15:52 +0100)
committerJens Axboe <axboe@kernel.dk>
Wed, 6 Nov 2024 14:54:50 +0000 (07:54 -0700)
commit91ff97a7225996db1071cfacc209a4fccce2246f
tree87fb3e72ff3f7d020096a2151f29d535d18fdd49
parent2a8f6153e1c2db06a537a5c9d61102eb591776f1
mtip32xx: Replace deprecated PCI functions

pcim_iomap_table() and pcim_request_regions() have been deprecated in
commit e354bb84a4c1 ("PCI: Deprecate pcim_iomap_table(),
pcim_iomap_regions_request_all()") and commit d140f80f60358 ("PCI:
Deprecate pcim_iomap_regions() in favor of pcim_iomap_region()"),
respectively.

Replace these functions with pcim_iomap_region().

Signed-off-by: Philipp Stanner <pstanner@redhat.com>
Link: https://lore.kernel.org/r/20241106145249.108996-2-pstanner@redhat.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/mtip32xx/mtip32xx.c