projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
776f2ac
)
Input: omap4-keypad - remove redundant platform_set_drvdata()
author
Sachin Kamat
<
[email protected]
>
Mon, 6 May 2013 14:34:41 +0000
(07:34 -0700)
committer
Dmitry Torokhov
<
[email protected]
>
Wed, 8 May 2013 16:04:50 +0000
(09:04 -0700)
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 <
[email protected]
>
Signed-off-by: Dmitry Torokhov <
[email protected]
>
drivers/input/keyboard/omap4-keypad.c
patch
|
blob
|
history
diff --git
a/drivers/input/keyboard/omap4-keypad.c
b/drivers/input/keyboard/omap4-keypad.c
index e25b022692cd48d4d1f14f111f54a32adc01e2c8..d715c0d10bf20c8a6a640167f040930c74a7a555 100644
(file)
--- a/
drivers/input/keyboard/omap4-keypad.c
+++ b/
drivers/input/keyboard/omap4-keypad.c
@@
-425,8
+425,6
@@
static int omap4_keypad_remove(struct platform_device *pdev)
kfree(keypad_data->keymap);
kfree(keypad_data);
- platform_set_drvdata(pdev, NULL);
-
return 0;
}