Re: [PATCH] PCI Hotplug fixes for 2.4.20-pre10

From: Greg KH (greg@kroah.com)
Date: Thu Oct 10 2002 - 16:48:38 EST


# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet 1.740 -> 1.741
# drivers/hotplug/ibmphp_core.c 1.8 -> 1.9
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 02/10/10 greg@kroah.com 1.741
# IBM PCI Hotplug driver: typo fix for previous patch.
# --------------------------------------------
#
diff -Nru a/drivers/hotplug/ibmphp_core.c b/drivers/hotplug/ibmphp_core.c
--- a/drivers/hotplug/ibmphp_core.c Thu Oct 10 14:44:38 2002
+++ b/drivers/hotplug/ibmphp_core.c Thu Oct 10 14:44:38 2002
@@ -731,8 +731,8 @@
                 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);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Tue Oct 15 2002 - 22:00:39 EST