crypto: dcp - Fix the path for releasing the resources
authorFabio Estevam <fabio.estevam@freescale.com>
Sun, 22 Sep 2013 17:42:27 +0000 (14:42 -0300)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 23 Sep 2013 20:02:25 +0000 (06:02 +1000)
tasklet_kill() is not being called in probe and the remove function releases
the resources in the wrong order.

Fix these issues.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>

No differences found