ChangeSet 1.1587.12.47, 2004/04/30 14:18:56-07:00, eike-hotplug@sf-tec.de

[PATCH] Compaq PCI Hotplug: fix missing braces

Fix missing braces. It does not change the code but makes it easier to read.


 drivers/pci/hotplug/cpqphp_ctrl.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/drivers/pci/hotplug/cpqphp_ctrl.c b/drivers/pci/hotplug/cpqphp_ctrl.c
--- a/drivers/pci/hotplug/cpqphp_ctrl.c	Mon May 17 17:01:08 2004
+++ b/drivers/pci/hotplug/cpqphp_ctrl.c	Mon May 17 17:01:08 2004
@@ -2507,7 +2507,7 @@
 
 		/* find range of busses to use */
 		dbg("find ranges of buses to use\n");
-		bus_node = get_max_resource(&resources->bus_head, 1);
+		bus_node = get_max_resource(&(resources->bus_head), 1);
 
 		/* If we don't have any busses to allocate, we can't continue */
 		if (!bus_node)
