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:
34f22fb
)
Input: mc13783_ts - remove redundant platform_set_drvdata()
author
Sachin Kamat
<
[email protected]
>
Mon, 6 May 2013 02:39:18 +0000
(19:39 -0700)
committer
Dmitry Torokhov
<
[email protected]
>
Mon, 6 May 2013 03:14:52 +0000
(20:14 -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/touchscreen/mc13783_ts.c
patch
|
blob
|
history
diff --git
a/drivers/input/touchscreen/mc13783_ts.c
b/drivers/input/touchscreen/mc13783_ts.c
index 89308fe38752f220662680285ecb913dc1acaa9c..d6f099c47f84b09ab484f0df3628cdaefb5bc1a8 100644
(file)
--- a/
drivers/input/touchscreen/mc13783_ts.c
+++ b/
drivers/input/touchscreen/mc13783_ts.c
@@
-233,8
+233,6
@@
static int mc13783_ts_remove(struct platform_device *pdev)
{
struct mc13783_ts_priv *priv = platform_get_drvdata(pdev);
- platform_set_drvdata(pdev, NULL);
-
destroy_workqueue(priv->workq);
input_unregister_device(priv->idev);
kfree(priv);