Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177017
b: refs/heads/master
c: 0a753d5
h: refs/heads/master
i:
  177015: b1cfa2e
v: v3
  • Loading branch information
Paul Mundt committed Dec 9, 2009
1 parent e4b81be commit d026eaa
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: fb2e9daffe32ba1bf8e777a841f7206acf567aac
refs/heads/master: 0a753d58f901913e3e6416baeac437ee83eda90d
2 changes: 1 addition & 1 deletion trunk/drivers/sh/intc.c
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ static int intc_suspend(struct sys_device *dev, pm_message_t state)
break;
for_each_irq_desc(irq, desc) {
if (desc->handle_irq == intc_redirect_irq)
continue
continue;
if (desc->chip != &d->chip)
continue;
if (desc->status & IRQ_DISABLED)
Expand Down

0 comments on commit d026eaa

Please sign in to comment.