Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 10495
b: refs/heads/master
c: 8054f03
h: refs/heads/master
i:
  10493: 348fc1c
  10491: 0269c3c
  10487: e00c3c2
  10479: 96ca35c
  10463: 690e600
  10431: 86f3180
  10367: 1248fc4
  10239: 12a7403
v: v3
  • Loading branch information
Grant Grundler authored and Kyle McMartin committed Oct 22, 2005
1 parent c98d3ee commit 8e06653
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7c92e972da0dd5b6a9ddf01030aab7dec9912b1f
refs/heads/master: 8054f03f6330f20e9d47e2f6c7b1d01ddf5adeef
3 changes: 2 additions & 1 deletion trunk/arch/parisc/kernel/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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* */
Expand Down

0 comments on commit 8e06653

Please sign in to comment.