Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75475
b: refs/heads/master
c: f6c0f32
h: refs/heads/master
i:
  75473: a0e61be
  75471: a6485d2
v: v3
  • Loading branch information
Thomas Bogendoerfer authored and Ralf Baechle committed Jan 15, 2008
1 parent fe4edb7 commit 30f79c2
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 2f02c15a5d963007bd721d76f644c9491f6fec06
refs/heads/master: f6c0f32ee8d21e800097fc35ba8ab2b5a3b9bdfa
2 changes: 1 addition & 1 deletion trunk/arch/mips/pci/fixup-cobalt.c
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ static char irq_tab_raq2[] __initdata = {

int __init pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin)
{
if (cobalt_board_id < COBALT_BRD_ID_QUBE2)
if (cobalt_board_id <= COBALT_BRD_ID_QUBE1)
return irq_tab_qube1[slot];

if (cobalt_board_id == COBALT_BRD_ID_RAQ2)
Expand Down

0 comments on commit 30f79c2

Please sign in to comment.