diff options
Diffstat (limited to 'drivers/crypto')
-rw-r--r-- | drivers/crypto/amcc/crypto4xx_core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/crypto/amcc/crypto4xx_core.c b/drivers/crypto/amcc/crypto4xx_core.c index efaf6302405f..37f9cc98ba17 100644 --- a/drivers/crypto/amcc/crypto4xx_core.c +++ b/drivers/crypto/amcc/crypto4xx_core.c | |||
@@ -724,7 +724,6 @@ static void crypto4xx_stop_all(struct crypto4xx_core_device *core_dev) | |||
724 | crypto4xx_destroy_pdr(core_dev->dev); | 724 | crypto4xx_destroy_pdr(core_dev->dev); |
725 | crypto4xx_destroy_gdr(core_dev->dev); | 725 | crypto4xx_destroy_gdr(core_dev->dev); |
726 | crypto4xx_destroy_sdr(core_dev->dev); | 726 | crypto4xx_destroy_sdr(core_dev->dev); |
727 | dev_set_drvdata(core_dev->device, NULL); | ||
728 | iounmap(core_dev->dev->ce_base); | 727 | iounmap(core_dev->dev->ce_base); |
729 | kfree(core_dev->dev); | 728 | kfree(core_dev->dev); |
730 | kfree(core_dev); | 729 | kfree(core_dev); |