summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/pci/hotplug/ibmphp_res.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/hotplug/ibmphp_res.c b/drivers/pci/hotplug/ibmphp_res.c
index 5e8caf7a4452..5c93aa14f0de 100644
--- a/drivers/pci/hotplug/ibmphp_res.c
+++ b/drivers/pci/hotplug/ibmphp_res.c
@@ -1941,6 +1941,7 @@ static int __init update_bridge_ranges(struct bus_node **bus)
1941 break; 1941 break;
1942 case PCI_HEADER_TYPE_BRIDGE: 1942 case PCI_HEADER_TYPE_BRIDGE:
1943 function = 0x8; 1943 function = 0x8;
1944 /* fall through */
1944 case PCI_HEADER_TYPE_MULTIBRIDGE: 1945 case PCI_HEADER_TYPE_MULTIBRIDGE:
1945 /* We assume here that only 1 bus behind the bridge 1946 /* We assume here that only 1 bus behind the bridge
1946 TO DO: add functionality for several: 1947 TO DO: add functionality for several: