mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
PCI: rockchip: dw: Remove misleading debug output
Move "missing legacy IRQ resource" to else condition. Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com> Change-Id: I8255c0b9bf878ca85c9cdce41be98fe1334b2f23
This commit is contained in:
@@ -2061,9 +2061,9 @@ retry_regulator:
|
||||
/* Unmask all legacy interrupt from INTA~INTD */
|
||||
rk_pcie_writel_apb(rk_pcie, PCIE_CLIENT_INTR_MASK_LEGACY,
|
||||
UNMASK_ALL_LEGACY_INT);
|
||||
} else {
|
||||
dev_info(dev, "missing legacy IRQ resource\n");
|
||||
}
|
||||
|
||||
dev_info(dev, "missing legacy IRQ resource\n");
|
||||
}
|
||||
|
||||
/* Set PCIe mode */
|
||||
|
||||
Reference in New Issue
Block a user