[PATCH 1/5] staging: rtl8187se: Remove redundant pci_set_drvdata

Sachin Kamat sachin.kamat at linaro.org
Fri Sep 20 10:11:35 UTC 2013


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

Signed-off-by: Sachin Kamat <sachin.kamat at linaro.org>
---
 drivers/staging/rtl8187se/r8180_core.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/rtl8187se/r8180_core.c b/drivers/staging/rtl8187se/r8180_core.c
index 5947a6f..25f5ddd 100644
--- a/drivers/staging/rtl8187se/r8180_core.c
+++ b/drivers/staging/rtl8187se/r8180_core.c
@@ -3268,7 +3268,6 @@ fail_free:
 	pci_disable_device(pdev);
 
 	DMESG("wlan driver load failed\n");
-	pci_set_drvdata(pdev, NULL);
 	return ret;
 }
 
-- 
1.7.9.5



More information about the devel mailing list