Driver core sets driver data to NULL upon failure or remove.

Signed-off-by: Sachin Kamat <sachin.ka...@linaro.org>
---
 drivers/staging/rtl8192e/rtl8192e/rtl_core.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/rtl8192e/rtl8192e/rtl_core.c 
b/drivers/staging/rtl8192e/rtl8192e/rtl_core.c
index e068443..7d322f3 100644
--- a/drivers/staging/rtl8192e/rtl8192e/rtl_core.c
+++ b/drivers/staging/rtl8192e/rtl8192e/rtl_core.c
@@ -2982,7 +2982,6 @@ err_rel_rtllib:
        free_rtllib(dev);
 
        DMESG("wlan driver load failed\n");
-       pci_set_drvdata(pdev, NULL);
 err_pci_disable:
        pci_disable_device(pdev);
        return err;
-- 
1.7.9.5

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to