]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
crypto: omap-sham - Convert to devm_request_irq()
authorLokesh Vutla <lokeshvutla@ti.com>
Fri, 26 Jul 2013 06:59:16 +0000 (12:29 +0530)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 1 Aug 2013 00:54:00 +0000 (10:54 +1000)
commit0de9c3876b36147e931f475ae435bab04398cd60
tree607d776d6dbc80cbf923f501e4e0d04913b072e6
parent7d7c704d0dc9858e6bbb515842e32acb70cf0222
crypto: omap-sham - Convert to devm_request_irq()

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>
drivers/crypto/omap-sham.c