Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 177010
b: refs/heads/master
c: 87a705d
h: refs/heads/master
v: v3
  • Loading branch information
Francesco VIRLINZI authored and Paul Mundt committed Dec 9, 2009
1 parent 557ccf1 commit 21daa5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e717cc6c07f006be36e35189aacb28be4e30ad14
refs/heads/master: 87a705dde49d0c482fa818f0923af59ed0954d5d
2 changes: 2 additions & 0 deletions trunk/drivers/sh/intc.c
Original file line number Diff line number Diff line change
Expand Up @@ -806,6 +806,8 @@ static int intc_suspend(struct sys_device *dev, pm_message_t state)
if (d->state.event != PM_EVENT_FREEZE)
break;
for_each_irq_desc(irq, desc) {
if (desc->handle_irq == intc_redirect_irq)
continue
if (desc->chip != &d->chip)
continue;
if (desc->status & IRQ_DISABLED)
Expand Down

0 comments on commit 21daa5a

Please sign in to comment.