]> git.itanic.dy.fi Git - linux-stable/commit
alpha: Streamline convoluted PCI error handling
authorIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Mon, 11 Sep 2023 12:53:49 +0000 (15:53 +0300)
committerBjorn Helgaas <bhelgaas@google.com>
Tue, 10 Oct 2023 21:26:56 +0000 (16:26 -0500)
commit7d52f538cef8d56b179eace7c796d9edb3094dad
tree9a66d6402cbf10401215352460c74c3cb35240de
parent0bb80ecc33a8fb5a682236443c1e740d5c917d1d
alpha: Streamline convoluted PCI error handling

miata_map_irq() handles PCI device and read config related errors in a
conditional block that is more complex than necessary.

Streamline the code flow and error handling.

No functional changes intended.

Link: https://lore.kernel.org/r/20230911125354.25501-2-ilpo.jarvinen@linux.intel.com
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
arch/alpha/kernel/sys_miata.c