]> git.itanic.dy.fi Git - linux-stable/commit
PCI: mt7621: Use dev_info() to log PCIe card detection
authorSergio Paracuellos <sergio.paracuellos@gmail.com>
Fri, 24 Mar 2023 07:37:33 +0000 (08:37 +0100)
committerLorenzo Pieralisi <lpieralisi@kernel.org>
Fri, 24 Mar 2023 15:36:22 +0000 (16:36 +0100)
commit50233e105a0332ec0f3bc83180c416e6b200471e
tree68dbea11a4b897fd20db256c4beb3811d240c4b5
parentfe15c26ee26efa11741a7b632e9f23b01aca4cc6
PCI: mt7621: Use dev_info() to log PCIe card detection

When there is no card plugged on a PCIe port a log reporting that
the port will be disabled is flagged as an error (dev_err()).

Since this is not an error at all, change the log level by using
dev_info() instead.

Link: https://lore.kernel.org/r/20230324073733.1596231-1-sergio.paracuellos@gmail.com
Signed-off-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Lorenzo Pieralisi <lpieralisi@kernel.org>
drivers/pci/controller/pcie-mt7621.c