projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb2e9da
)
sh: intc: Fixup compile breakage.
author
Paul Mundt
<lethal@linux-sh.org>
Wed, 9 Dec 2009 05:36:16 +0000
(14:36 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Wed, 9 Dec 2009 05:36:16 +0000
(14:36 +0900)
The resume from hibernation patch introduced build failure, fix it up..
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
drivers/sh/intc.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/sh/intc.c
b/drivers/sh/intc.c
index 88f5aaf62fdb6dc520011787ba282a93d7fde336..d5d7f23c19a5e5bdc399670994c324bb3e08dbff 100644
(file)
--- a/
drivers/sh/intc.c
+++ b/
drivers/sh/intc.c
@@
-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)