mips: pci-mt7620: use dev_info() to log PCIe device detection result
authorShiji Yang <yangshiji66@outlook.com>
Tue, 20 Jun 2023 10:43:23 +0000 (18:43 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Wed, 21 Jun 2023 12:53:45 +0000 (14:53 +0200)
commit89ec9bbe60b61cc6ae3eddd6d4f43e128f8a88de
tree23ea32fb64dc8abef64e48c5df37dd1f6dc49c2a
parent9f9a035e6156a57d9da062b26d2a48d031744a1e
mips: pci-mt7620: use dev_info() to log PCIe device detection result

Usually, We only need to print the error log when there is a PCIe card but
initialization fails. Whether the driver finds the PCIe card or not is the
expected behavior. So it's better to log these information with dev_info().

Tested on MT7628AN router Motorola MWR03.

Signed-off-by: Shiji Yang <yangshiji66@outlook.com>
Reviewed-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/pci/pci-mt7620.c