]> www.infradead.org Git - users/dwmw2/linux.git/commit
net: wwan: t7xx: Replace deprecated PCI functions
authorPhilipp Stanner <pstanner@redhat.com>
Fri, 6 Dec 2024 19:57:13 +0000 (20:57 +0100)
committerJakub Kicinski <kuba@kernel.org>
Wed, 11 Dec 2024 02:42:50 +0000 (18:42 -0800)
commitce864c76ccd69470205f5cb22181bffe23563730
tree5bdb9b1f852929428f9bb0b44bf63d4c5ae7e3df
parent90da34d146383b56e0e0be1ff03bcaf68221e39e
net: wwan: t7xx: Replace deprecated PCI functions

pcim_iomap_regions() and pcim_iomap_table() have been deprecated by the
PCI subsystem.

Replace them with pcim_iomap_region().

Additionally, pass the actual driver name to that function to improve
debug output.

Signed-off-by: Philipp Stanner <pstanner@redhat.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Reviewed-by: Sergey Ryazanov <ryazanov.s.a@gmail.com>
Link: https://patch.msgid.link/20241206195712.182282-2-pstanner@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/wwan/t7xx/t7xx_pci.c