Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 219601
b: refs/heads/master
c: 63111a3
h: refs/heads/master
i:
  219599: 67af810
v: v3
  • Loading branch information
Paul Mundt committed Oct 28, 2010
1 parent b9d402b commit 9562475
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 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: fb41a49d96cd0fb6c63362ff1c8de22e9e7399af
refs/heads/master: 63111a3a70fb4d80e3b54ed75f13795e98f7a467
10 changes: 2 additions & 8 deletions trunk/drivers/sh/intc/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -403,11 +403,8 @@ static int intc_suspend(struct sys_device *dev, pm_message_t state)
if (d->state.event != PM_EVENT_FREEZE)
break;

for_each_irq_nr(irq) {
for_each_active_irq(irq) {
desc = irq_to_desc(irq);
if (!desc)
continue;

data = irq_get_irq_data(irq);
chip = irq_data_get_irq_chip(data);

Expand All @@ -428,11 +425,8 @@ static int intc_suspend(struct sys_device *dev, pm_message_t state)
break;
case PM_EVENT_SUSPEND:
/* enable wakeup irqs belonging to this intc controller */
for_each_irq_nr(irq) {
for_each_active_irq(irq) {
desc = irq_to_desc(irq);
if (!desc)
continue;

data = irq_get_irq_data(irq);
chip = irq_data_get_irq_chip(data);

Expand Down

0 comments on commit 9562475

Please sign in to comment.