diff options
author | Chuhong Yuan <hslester96@gmail.com> | 2019-12-10 00:21:44 +0800 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2019-12-20 14:58:33 +0800 |
commit | 7f8c36fe9be46862c4f3c5302f769378028a34fa (patch) | |
tree | 10fcb00b2de3df64d45e162da966bc89423ddbca /scripts | |
parent | f2c5d27bb8899b7f527e2e7005d691c432563145 (diff) |
crypto: picoxcell - adjust the position of tasklet_init and fix missed tasklet_kill
Since tasklet is needed to be initialized before registering IRQ
handler, adjust the position of tasklet_init to fix the wrong order.
Besides, to fix the missed tasklet_kill, this patch adds a helper
function and uses devm_add_action to kill the tasklet automatically.
Fixes: ce92136843cb ("crypto: picoxcell - add support for the picoxcell crypto engines")
Signed-off-by: Chuhong Yuan <hslester96@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions