From b63ce35d9888fe456bd5e316b25e594a6518c883 Mon Sep 17 00:00:00 2001 From: Ivan Kokshaysky Date: Thu, 7 Jul 2005 03:07:56 +0400 Subject: [PATCH] --- yaml --- r: 4169 b: refs/heads/master c: 960b8466548c9bc6f718b5f470c1a58000fab09d h: refs/heads/master i: 4167: 62429221bec53463482eb74eab00eec0a0aaffe8 v: v3 --- [refs] | 2 +- trunk/drivers/pci/setup-bus.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index af6551b9485d..750e29033d5f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 107177410b754b597028e430725bc3b316936b6b +refs/heads/master: 960b8466548c9bc6f718b5f470c1a58000fab09d diff --git a/trunk/drivers/pci/setup-bus.c b/trunk/drivers/pci/setup-bus.c index c1bdfb424658..9fe48f712be9 100644 --- a/trunk/drivers/pci/setup-bus.c +++ b/trunk/drivers/pci/setup-bus.c @@ -74,6 +74,7 @@ pbus_assign_resources_sorted(struct pci_bus *bus) idx = res - &list->dev->resource[0]; if (pci_assign_resource(list->dev, idx)) { res->start = 0; + res->end = 0; res->flags = 0; } tmp = list;