Commit 1b3d6add authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

IBM PCI Hotplug: fix typos in previous patch

parent 41702685
......@@ -731,8 +731,8 @@ int ibmphp_update_slot_info (struct slot *slot_cur)
bus_speed = PCI_SPEED_UNKNOWN;
}
info->cur_bus_speed_status = bus_speed;
info->max_bus_speed_status = slot_cur->hotplug_slot->info->max_bus_speed_status;
info->cur_bus_speed = bus_speed;
info->max_bus_speed = slot_cur->hotplug_slot->info->max_bus_speed;
// To do: bus_names
rc = pci_hp_change_slot_info (buffer, info);
......
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