Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c695ec48 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: pcie: correct an error message in msm_pcie_destroy_irq"

parents 70e708a6 f57dc798
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3160,7 +3160,7 @@ void msm_pcie_destroy_irq(unsigned int irq, struct msm_pcie_dev_t *pcie_dev)
		dev = irq_get_chip_data(irq);

	if (!dev) {
		PCIE_ERR(dev, "RC%d: could not get chip data\n", dev->rc_idx);
		pr_err("PCIe: device is null. IRQ:%d\n", irq);
		return;
	}