linux-iio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] staging: iio: ad7606_par: Remove redundant platform_set_drvdata()
@ 2013-06-06  9:27 Sachin Kamat
  2013-06-06  9:27 ` [PATCH 2/3] staging: iio: spear_adc: " Sachin Kamat
  2013-06-06  9:27 ` [PATCH 3/3] staging: iio: lpc32xx_adc: " Sachin Kamat
  0 siblings, 2 replies; 6+ messages in thread
From: Sachin Kamat @ 2013-06-06  9:27 UTC (permalink / raw)
  To: devel; +Cc: linux-iio, gregkh, jic23, sachin.kamat, Michael Hennerich

Commit 0998d06310 (device-core: Ensure drvdata = NULL when no
driver is bound) removes the need to set driver data field to
NULL.

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Cc: Michael Hennerich <hennerich@blackfin.uclinux.org>
---
 drivers/staging/iio/adc/ad7606_par.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/staging/iio/adc/ad7606_par.c b/drivers/staging/iio/adc/ad7606_par.c
index 58cfdde..8a48d18 100644
--- a/drivers/staging/iio/adc/ad7606_par.c
+++ b/drivers/staging/iio/adc/ad7606_par.c
@@ -112,8 +112,6 @@ static int ad7606_par_remove(struct platform_device *pdev)
 	res = platform_get_resource(pdev, IORESOURCE_MEM, 0);
 	release_mem_region(res->start, resource_size(res));
 
-	platform_set_drvdata(pdev, NULL);
-
 	return 0;
 }
 
-- 
1.7.9.5


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-06-06 18:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-06  9:27 [PATCH 1/3] staging: iio: ad7606_par: Remove redundant platform_set_drvdata() Sachin Kamat
2013-06-06  9:27 ` [PATCH 2/3] staging: iio: spear_adc: " Sachin Kamat
2013-06-06  9:51   ` Stefan Roese
2013-06-06  9:27 ` [PATCH 3/3] staging: iio: lpc32xx_adc: " Sachin Kamat
2013-06-06 15:10   ` Roland Stigge
2013-06-06 18:49     ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).