Re: [PATCH 3/4] drm/radeon: iounmap unused mapping

2020-03-17 Thread Christoph Hellwig
On Mon, Mar 02, 2020 at 10:34:56PM -0500, Mikel Rychliski wrote: > Now that pci_platform_rom creates a new mapping to access the ROM > image, we should remove this mapping after extracting the BIOS. This and the next patch really need to be folded into the previous one to avoid regressions (assumi

[PATCH 3/4] drm/radeon: iounmap unused mapping

2020-03-03 Thread Mikel Rychliski
Now that pci_platform_rom creates a new mapping to access the ROM image, we should remove this mapping after extracting the BIOS. Signed-off-by: Mikel Rychliski --- drivers/gpu/drm/radeon/radeon_bios.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/radeon/radeon_bios.c b/dr