Driver core sets it to NULL upon probe failure or release. Signed-off-by: Sachin Kamat <sachin.kamat@xxxxxxxxxx> --- drivers/crypto/ccp/ccp-pci.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/crypto/ccp/ccp-pci.c b/drivers/crypto/ccp/ccp-pci.c index 1fbeaf1856a8..f08c16d370cd 100644 --- a/drivers/crypto/ccp/ccp-pci.c +++ b/drivers/crypto/ccp/ccp-pci.c @@ -247,7 +247,6 @@ e_bar0: e_device: pci_disable_device(pdev); - dev_set_drvdata(dev, NULL); e_regions: pci_release_regions(pdev); @@ -273,7 +272,6 @@ static void ccp_pci_remove(struct pci_dev *pdev) pci_iounmap(pdev, ccp->io_map); pci_disable_device(pdev); - dev_set_drvdata(dev, NULL); pci_release_regions(pdev); -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html