From d5942d1acd7a3ff8e8ee73e6da08d570bab75f79 Mon Sep 17 00:00:00 2001 From: Roel Kluin Date: Wed, 11 Feb 2009 21:13:45 +0100 Subject: [PATCH] --- yaml --- r: 139333 b: refs/heads/master c: 35e1801ea637810830e653ffe7ff62c7048ae03a h: refs/heads/master i: 139331: 6de941a2c8deef4efc23272f86c34a4533825f17 v: v3 --- [refs] | 2 +- trunk/drivers/pci/hotplug/shpchp_pci.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 6a7062a224a6..3f66ab2a36d6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9f5404d8ea90bfa4d58a3936e5a3d0d28cecf60f +refs/heads/master: 35e1801ea637810830e653ffe7ff62c7048ae03a diff --git a/trunk/drivers/pci/hotplug/shpchp_pci.c b/trunk/drivers/pci/hotplug/shpchp_pci.c index 138f161becc0..aa315e52529b 100644 --- a/trunk/drivers/pci/hotplug/shpchp_pci.c +++ b/trunk/drivers/pci/hotplug/shpchp_pci.c @@ -137,7 +137,7 @@ int __ref shpchp_configure_device(struct slot *p_slot) busnr)) break; } - if (busnr >= end) { + if (busnr > end) { ctrl_err(ctrl, "No free bus for hot-added bridge\n"); pci_dev_put(dev);