]> git.baikalelectronics.ru Git - kernel.git/commit
bcm47xx: Replace printk(KERN_ALERT ... pci_devname(dev)) with pci_alert()
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 13 Oct 2021 13:49:40 +0000 (16:49 +0300)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Mon, 18 Oct 2021 16:11:15 +0000 (18:11 +0200)
commit71f49f3df3542aa64ddf57a379d805c029b93ca1
tree224b9e8c99a4c44e5103b137460787162ab42194
parenta41d47165094a72367b12425e6da1d480b6c0f8d
bcm47xx: Replace printk(KERN_ALERT ... pci_devname(dev)) with pci_alert()

Replace printk(KERN_ALERT ... pci_devname(dev)) with pci_alert() which
provides PCI device name in a unified way.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/pci/pci-bcm47xx.c