diff options
Diffstat (limited to 'drivers/pci/hotplug/pciehp_pci.c')
-rw-r--r-- | drivers/pci/hotplug/pciehp_pci.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/pci/hotplug/pciehp_pci.c b/drivers/pci/hotplug/pciehp_pci.c index 9372a840b63d..6040dcceb256 100644 --- a/drivers/pci/hotplug/pciehp_pci.c +++ b/drivers/pci/hotplug/pciehp_pci.c | |||
@@ -40,7 +40,7 @@ static void program_hpp_type0(struct pci_dev *dev, struct hpp_type0 *hpp) | |||
40 | 40 | ||
41 | if (hpp->revision > 1) { | 41 | if (hpp->revision > 1) { |
42 | printk(KERN_WARNING "%s: Rev.%d type0 record not supported\n", | 42 | printk(KERN_WARNING "%s: Rev.%d type0 record not supported\n", |
43 | __FUNCTION__, hpp->revision); | 43 | __func__, hpp->revision); |
44 | return; | 44 | return; |
45 | } | 45 | } |
46 | 46 | ||
@@ -82,7 +82,7 @@ static void program_hpp_type2(struct pci_dev *dev, struct hpp_type2 *hpp) | |||
82 | 82 | ||
83 | if (hpp->revision > 1) { | 83 | if (hpp->revision > 1) { |
84 | printk(KERN_WARNING "%s: Rev.%d type2 record not supported\n", | 84 | printk(KERN_WARNING "%s: Rev.%d type2 record not supported\n", |
85 | __FUNCTION__, hpp->revision); | 85 | __func__, hpp->revision); |
86 | return; | 86 | return; |
87 | } | 87 | } |
88 | 88 | ||
@@ -150,7 +150,7 @@ static void program_fw_provided_values(struct pci_dev *dev) | |||
150 | 150 | ||
151 | if (pciehp_get_hp_params_from_firmware(dev, &hpp)) { | 151 | if (pciehp_get_hp_params_from_firmware(dev, &hpp)) { |
152 | printk(KERN_WARNING "%s: Could not get hotplug parameters\n", | 152 | printk(KERN_WARNING "%s: Could not get hotplug parameters\n", |
153 | __FUNCTION__); | 153 | __func__); |
154 | return; | 154 | return; |
155 | } | 155 | } |
156 | 156 | ||
@@ -245,7 +245,7 @@ int pciehp_unconfigure_device(struct slot *p_slot) | |||
245 | struct pci_bus *parent = p_slot->ctrl->pci_dev->subordinate; | 245 | struct pci_bus *parent = p_slot->ctrl->pci_dev->subordinate; |
246 | u16 command; | 246 | u16 command; |
247 | 247 | ||
248 | dbg("%s: bus/dev = %x/%x\n", __FUNCTION__, p_slot->bus, | 248 | dbg("%s: bus/dev = %x/%x\n", __func__, p_slot->bus, |
249 | p_slot->device); | 249 | p_slot->device); |
250 | ret = p_slot->hpc_ops->get_adapter_status(p_slot, &presence); | 250 | ret = p_slot->hpc_ops->get_adapter_status(p_slot, &presence); |
251 | if (ret) | 251 | if (ret) |