Commit b2d96267 authored by Rolf Eike Beer's avatar Rolf Eike Beer Committed by Linus Torvalds

[PATCH] PCI Hotplug: Fixup pcihp_skeleton.c

The functions are not named *_skel_*, so it seems useful not to call them with
this.
parent b5849a35
......@@ -370,10 +370,10 @@ static int init_slots (void)
* Initilize the slot info structure with some known
* good values.
*/
info->power_status = get_skel_power_status(slot);
info->attention_status = get_skel_attention_status(slot);
info->latch_status = get_skel_latch_status(slot);
info->adapter_status = get_skel_adapter_status(slot);
info->power_status = get_power_status(slot);
info->attention_status = get_attention_status(slot);
info->latch_status = get_latch_status(slot);
info->adapter_status = get_adapter_status(slot);
dbg ("registering slot %d\n", i);
retval = pci_hp_register (slot->hotplug_slot);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment