Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231859
b: refs/heads/master
c: 0bec405
h: refs/heads/master
i:
  231857: 346ab25
  231855: 2160a41
v: v3
  • Loading branch information
Joe Perches authored and Ralf Baechle committed Jan 18, 2011
1 parent f2c8456 commit 51867fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 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: a1181caac965c660be2bd350a9deb763e6f4b738
refs/heads/master: 0bec405e8ee390067e63265b3002aaac49d4eea8
7 changes: 2 additions & 5 deletions trunk/arch/mips/txx9/generic/pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -213,11 +213,8 @@ txx9_alloc_pci_controller(struct pci_controller *pcic,

pcic->mem_offset = 0; /* busaddr == physaddr */

printk(KERN_INFO "PCI: IO 0x%08llx-0x%08llx MEM 0x%08llx-0x%08llx\n",
(unsigned long long)pcic->mem_resource[1].start,
(unsigned long long)pcic->mem_resource[1].end,
(unsigned long long)pcic->mem_resource[0].start,
(unsigned long long)pcic->mem_resource[0].end);
printk(KERN_INFO "PCI: IO %pR MEM %pR\n",
&pcic->mem_resource[1], &pcic->mem_resource[0]);

/* register_pci_controller() will request MEM resource */
release_resource(&pcic->mem_resource[0]);
Expand Down

0 comments on commit 51867fb

Please sign in to comment.