We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eece9c commit ebbcdd6Copy full SHA for ebbcdd6
drivers/crypto/sahara.c
@@ -1440,7 +1440,6 @@ static int sahara_probe(struct platform_device *pdev)
1440
1441
err_algs:
1442
kthread_stop(dev->kthread);
1443
- dev_ptr = NULL;
1444
1445
return err;
1446
}
@@ -1452,8 +1451,6 @@ static void sahara_remove(struct platform_device *pdev)
1452
1451
1453
1454
sahara_unregister_algs(dev);
1455
-
1456
1457
1458
1459
static struct platform_driver sahara_driver = {
0 commit comments