From: Bjorn Helgaas Date: Thu, 12 Mar 2015 17:30:11 +0000 (-0500) Subject: PCI: Show driver, BAR#, and resource on pci_ioremap_bar() failure X-Git-Tag: omap-for-v4.1/fixes-rc1~172^2~3^3~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f7bf3bfb5d60c87dcaa708fd9eabbec93f15830;p=pandora-kernel.git PCI: Show driver, BAR#, and resource on pci_ioremap_bar() failure Use dev_warn() to complain about a pci_ioremap_bar() failure so we can include the driver name, BAR number, and the resource itself. We could use dev_WARN() to also get the backtrace as we did previously, but I think that's more information than we need. Signed-off-by: Bjorn Helgaas Acked-by: Rafael J. Wysocki --- Reading git-diff-tree failed