git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3000f00
)
avr32: make intc_resume() return void to conform to syscore_ops
author
Hans-Christian Egtvedt
<hans-christian.egtvedt@atmel.com>
Mon, 6 Jun 2011 16:19:20 +0000
(18:19 +0200)
committer
Hans-Christian Egtvedt
<hans-christian.egtvedt@atmel.com>
Tue, 14 Jun 2011 11:37:31 +0000
(13:37 +0200)
This patch removes the unneeded, and now wrong, return 0 from intc_resume() and
lets the function return void instead. This matches the resume callback in
struct syscore_ops.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
No differences found