linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 01/20] Input: amikbd - Remove redundant platform_set_drvdata()
@ 2013-05-06  4:23 Sachin Kamat
  2013-05-06  4:23 ` [PATCH 02/20] Input: bf54x-keys " Sachin Kamat
                   ` (18 more replies)
  0 siblings, 19 replies; 23+ messages in thread
From: Sachin Kamat @ 2013-05-06  4:23 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/keyboard/amikbd.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/input/keyboard/amikbd.c b/drivers/input/keyboard/amikbd.c
index ba0b36f..096d606 100644
--- a/drivers/input/keyboard/amikbd.c
+++ b/drivers/input/keyboard/amikbd.c
@@ -246,7 +246,6 @@ static int __exit amikbd_remove(struct platform_device *pdev)
 {
 	struct input_dev *dev = platform_get_drvdata(pdev);
 
-	platform_set_drvdata(pdev, NULL);
 	free_irq(IRQ_AMIGA_CIAA_SP, dev);
 	input_unregister_device(dev);
 	return 0;
-- 
1.7.9.5


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

end of thread, other threads:[~2013-05-13  4:04 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-06  4:23 [PATCH 01/20] Input: amikbd - Remove redundant platform_set_drvdata() Sachin Kamat
2013-05-06  4:23 ` [PATCH 02/20] Input: bf54x-keys " Sachin Kamat
2013-05-06  4:23 ` [PATCH 03/20] Input: davinci_keyscan " Sachin Kamat
2013-05-06  4:23 ` [PATCH 04/20] Input: ep93xx_keypad " Sachin Kamat
2013-05-06 16:45   ` H Hartley Sweeten
2013-05-06  4:23 ` [PATCH 05/20] Input: gpio_keys " Sachin Kamat
2013-05-06  4:23 ` [PATCH 06/20] Input: gpio_keys_polled " Sachin Kamat
2013-05-06  4:23 ` [PATCH 07/20] Input: jornada680_kbd " Sachin Kamat
2013-05-06  4:23 ` [PATCH 08/20] Input: jornada720_kbd " Sachin Kamat
2013-05-06  4:23 ` [PATCH 09/20] Input: matrix_keypad " Sachin Kamat
2013-05-06 12:08   ` Marek Vasut
2013-05-06  4:23 ` [PATCH 10/20] Input: omap4-keypad " Sachin Kamat
2013-05-06  4:23 ` [PATCH 11/20] Input: opencores-kbd " Sachin Kamat
2013-05-06  4:23 ` [PATCH 12/20] Input: pmic8xxx-keypad " Sachin Kamat
2013-05-06  4:23 ` [PATCH 13/20] Input: pxa27x_keypad " Sachin Kamat
2013-05-06  4:23 ` [PATCH 14/20] Input: pxa930_rotary " Sachin Kamat
2013-05-06  4:23 ` [PATCH 15/20] Input: samsung-keypad " Sachin Kamat
2013-05-06  4:23 ` [PATCH 16/20] Input: sh_keysc " Sachin Kamat
2013-05-06  4:23 ` [PATCH 17/20] Input: spear-keyboard " Sachin Kamat
2013-05-13  4:04   ` Viresh Kumar
2013-05-06  4:23 ` [PATCH 18/20] Input: tnetv107x-keypad " Sachin Kamat
2013-05-06  4:23 ` [PATCH 19/20] Input: twl4030_keypad " Sachin Kamat
2013-05-06  4:24 ` [PATCH 20/20] Input: w90p910_keypad " 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).