mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +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
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue