Re: [PATCH] net: wwan: t7xx: Replace deprecated PCI functions

From: Sergey Ryazanov
Date: Tue Dec 10 2024 - 18:48:35 EST


On 06.12.2024 21:57, Philipp Stanner wrote:
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@xxxxxxxxxx>

Reviewed-by: Sergey Ryazanov <ryazanov.s.a@xxxxxxxxx>