mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-08 15:04:45 +00:00
crypto: sahara - remove unnecessary NULL assignments
Remove unnecessary 'dev_ptr' NULL assignments in sahara_remove() and sahara_probe(). Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
parent
1eece9c6de
commit
ebbcdd6358
@ -1440,7 +1440,6 @@ static int sahara_probe(struct platform_device *pdev)
|
||||
|
||||
err_algs:
|
||||
kthread_stop(dev->kthread);
|
||||
dev_ptr = NULL;
|
||||
|
||||
return err;
|
||||
}
|
||||
@ -1452,8 +1451,6 @@ static void sahara_remove(struct platform_device *pdev)
|
||||
kthread_stop(dev->kthread);
|
||||
|
||||
sahara_unregister_algs(dev);
|
||||
|
||||
dev_ptr = NULL;
|
||||
}
|
||||
|
||||
static struct platform_driver sahara_driver = {
|
||||
|
Loading…
Reference in New Issue
Block a user