From 8e066536663c73083726a5ab9d7b08ee7a57f9fd Mon Sep 17 00:00:00 2001 From: Grant Grundler Date: Fri, 21 Oct 2005 22:50:33 -0400 Subject: [PATCH] --- yaml --- r: 10495 b: refs/heads/master c: 8054f03f6330f20e9d47e2f6c7b1d01ddf5adeef h: refs/heads/master i: 10493: 348fc1ceda52f94d24f2f9d3cff7b2972091313c 10491: 0269c3c20a9b55a780cd5eda19b09b222810c386 10487: e00c3c2d55c170d9bfbcfa6ee8776a70cb934c0f 10479: 96ca35c2244d281cd913db72bfaaf3af85fa5e2f 10463: 690e600ab26103abc85b85b65abb7e976bd1e12d 10431: 86f3180bd20c2bf4c25e76308da30018f17d5782 10367: 1248fc43d8097c903ea32169b3aabda213e88d9f 10239: 12a740396ea23014a3b112b41ad11c8d6dfb2655 v: v3 --- [refs] | 2 +- trunk/arch/parisc/kernel/pci.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 0e6978b09a69..dc4133e5287d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7c92e972da0dd5b6a9ddf01030aab7dec9912b1f +refs/heads/master: 8054f03f6330f20e9d47e2f6c7b1d01ddf5adeef diff --git a/trunk/arch/parisc/kernel/pci.c b/trunk/arch/parisc/kernel/pci.c index e6a891a0cad0..88cba49c5301 100644 --- a/trunk/arch/parisc/kernel/pci.c +++ b/trunk/arch/parisc/kernel/pci.c @@ -202,7 +202,8 @@ static void pcibios_link_hba_resources( struct resource *hba_res, struct resource *r) { if (!r->parent) { - printk(KERN_EMERG "PCI: Tell willy he's wrong\n"); + printk(KERN_EMERG "PCI: resource not parented! [%lx-%lx]\n", + r->start, r->end); r->parent = hba_res; /* reverse link is harder *sigh* */