Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 180462
b: refs/heads/master
c: c2d5b5e
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Ralf Baechle committed Feb 10, 2010
1 parent 923d149 commit f7b8fd6
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: 63731c964d6cd9de4800891bd33b6f9e47a249bc
refs/heads/master: c2d5b5e525a354987b9c3de3661133f982bf9ba0
2 changes: 1 addition & 1 deletion trunk/arch/mips/sni/rm200.c
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ void __init sni_rm200_i8259_irqs(void)
if (!rm200_pic_master)
return;
rm200_pic_slave = ioremap_nocache(0x160000a0, 4);
if (!rm200_pic_master) {
if (!rm200_pic_slave) {
iounmap(rm200_pic_master);
return;
}
Expand Down

0 comments on commit f7b8fd6

Please sign in to comment.