X-Git-Url: http://www.pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fpci%2Fhotplug%2Fpciehp.h;h=b2801a7ee37f8d14864f6275181f2616bd8e7fd1;hb=18b341b76cd99ce949806ccf5565900465ec2e7f;hp=a4817a841faea5f6c3e148fd1991d50fa77b5aa0;hpb=8113587c2d14d3be2414190845b2e2617c0aa33b;p=linux-2.6-omap-h63xx.git diff --git a/drivers/pci/hotplug/pciehp.h b/drivers/pci/hotplug/pciehp.h index a4817a841fa..b2801a7ee37 100644 --- a/drivers/pci/hotplug/pciehp.h +++ b/drivers/pci/hotplug/pciehp.h @@ -188,7 +188,7 @@ static inline struct slot *pciehp_find_slot(struct controller *ctrl, u8 device) return slot; } - ctrl_err(ctrl, "%s: slot (device=0x%x) not found\n", __func__, device); + ctrl_err(ctrl, "Slot (device=0x%02x) not found\n", device); return NULL; }