Files
linux/drivers/pci/hotplug
Vishal Aslot b1438181dc PCI: ibmphp: Fix double unmap of io_mem
[ Upstream commit faa2e05ad0 ]

ebda_rsrc_controller() calls iounmap(io_mem) on the error path. Its caller,
ibmphp_access_ebda(), also calls iounmap(io_mem) on good and error paths.

Remove the iounmap(io_mem) invocation from ebda_rsrc_controller().

[bhelgaas: remove item from TODO]
Link: https://lore.kernel.org/r/20210818165751.591185-1-os.vaslot@gmail.com
Signed-off-by: Vishal Aslot <os.vaslot@gmail.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2021-09-22 12:39:27 +02:00
..
2021-03-11 17:37:20 -06:00
2018-09-18 17:52:15 -05:00
2021-04-16 14:32:18 -05:00
2021-07-06 10:37:46 -05:00
2021-07-06 10:37:46 -05:00
2019-08-30 14:00:34 -05:00
2018-02-01 11:40:07 -06:00
2018-09-18 17:52:15 -05:00
2020-08-05 18:23:14 -05:00
2021-07-06 10:37:46 -05:00
2018-09-18 17:52:15 -05:00
2018-09-18 17:52:15 -05:00
2021-09-22 12:39:27 +02:00