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:
7d7c704
)
crypto: omap-sham - Convert to devm_request_irq()
author
Lokesh Vutla
<lokeshvutla@ti.com>
Fri, 26 Jul 2013 06:59:16 +0000
(12:29 +0530)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Thu, 1 Aug 2013 00:54:00 +0000
(10:54 +1000)
Using devm_request_irq() rather than request_irq().
So removing free_irq() calls from the probe error
path and the remove handler.
Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
No differences found