linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/9] Input: 88pm860x-ts- Remove redundant platform_set_drvdata()
@ 2013-05-03 10:28 Sachin Kamat
  2013-05-03 10:28 ` [PATCH 2/9] Input: atmel-wm97xx - " Sachin Kamat
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Sachin Kamat @ 2013-05-03 10:28 UTC (permalink / raw)
  To: linux-input; +Cc: dmitry.torokhov, sachin.kamat

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>
---
 drivers/input/touchscreen/88pm860x-ts.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/input/touchscreen/88pm860x-ts.c b/drivers/input/touchscreen/88pm860x-ts.c
index c706894..e8d4572 100644
--- a/drivers/input/touchscreen/88pm860x-ts.c
+++ b/drivers/input/touchscreen/88pm860x-ts.c
@@ -299,7 +299,6 @@ static int pm860x_touch_remove(struct platform_device *pdev)
 
 	input_unregister_device(touch->idev);
 	free_irq(touch->irq, touch);
-	platform_set_drvdata(pdev, NULL);
 	kfree(touch);
 	return 0;
 }
-- 
1.7.9.5


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

end of thread, other threads:[~2013-05-03 11:25 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-03 10:28 [PATCH 1/9] Input: 88pm860x-ts- Remove redundant platform_set_drvdata() Sachin Kamat
2013-05-03 10:28 ` [PATCH 2/9] Input: atmel-wm97xx - " Sachin Kamat
2013-05-03 11:25   ` Hans-Christian Egtvedt
2013-05-03 10:28 ` [PATCH 3/9] Input: da9052_tsi " Sachin Kamat
2013-05-03 10:28 ` [PATCH 4/9] Input: intel-mid-touch: " Sachin Kamat
2013-05-03 10:28 ` [PATCH 5/9] Input: jornada720_ts - " Sachin Kamat
2013-05-03 10:28 ` [PATCH 6/9] Input: mc13783_ts: " Sachin Kamat
2013-05-03 10:28 ` [PATCH 7/9] Input: ti_am335x_tsc: " Sachin Kamat
2013-05-03 10:28 ` [PATCH 8/9] Input: tnetv107x-ts - " Sachin Kamat
2013-05-03 10:28 ` [PATCH 9/9] Input: w90p910_ts: " Sachin Kamat

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).