Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 78074
b: refs/heads/master
c: cd80d54
h: refs/heads/master
v: v3
  • Loading branch information
Dmitri Vorobiev authored and Ralf Baechle committed Jan 29, 2008
1 parent dae00cb commit 6e960fd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: bbdda5e1fe9c1a5b34a2b552910f5f4c0dc24485
refs/heads/master: cd80d548594aae0ee915e01050279399cb14943b
3 changes: 2 additions & 1 deletion trunk/arch/mips/mips-boards/malta/malta_int.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ static void malta_hw0_irqdispatch(void)

irq = get_int();
if (irq < 0) {
return; /* interrupt has already been cleared */
/* interrupt has already been cleared */
return;
}

do_IRQ(MALTA_INT_BASE + irq);
Expand Down
3 changes: 1 addition & 2 deletions trunk/arch/mips/mips-boards/malta/malta_setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,8 @@ void __init plat_mem_setup(void)
#endif
}
#ifdef CONFIG_DMA_COHERENT
else {
else
panic("Hardware DMA cache coherency not supported");
}
#endif

#ifdef CONFIG_BLK_DEV_IDE
Expand Down

0 comments on commit 6e960fd

Please sign in to comment.