Skip to content

Commit b4c85e7

Browse files
committed
Merge branch 'pci/controller/mt7621'
- Log empty slots with dev_info(), not dev_err() (Sergio Paracuellos) * pci/controller/mt7621: PCI: mt7621: Use dev_info() to log PCIe card detection
2 parents d7493f2 + 50233e1 commit b4c85e7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/pci/controller/pcie-mt7621.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,8 +378,8 @@ static int mt7621_pcie_init_ports(struct mt7621_pcie *pcie)
378378
u32 slot = port->slot;
379379

380380
if (!mt7621_pcie_port_is_linkup(port)) {
381-
dev_err(dev, "pcie%d no card, disable it (RST & CLK)\n",
382-
slot);
381+
dev_info(dev, "pcie%d no card, disable it (RST & CLK)\n",
382+
slot);
383383
mt7621_control_assert(port);
384384
port->enabled = false;
385385
num_disabled++;

0 commit comments

Comments
 (0)