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:
aafc72e
)
Input: bfin_rotary - remove redundant platform_set_drvdata()
author
Sachin Kamat
<sachin.kamat@linaro.org>
Mon, 6 May 2013 02:34:45 +0000
(19:34 -0700)
committer
Dmitry Torokhov
<dmitry.torokhov@gmail.com>
Mon, 6 May 2013 03:13:53 +0000
(20:13 -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 <sachin.kamat@linaro.org>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/misc/bfin_rotary.c
patch
|
blob
|
history
diff --git
a/drivers/input/misc/bfin_rotary.c
b/drivers/input/misc/bfin_rotary.c
index a6666e142a91b04719efcc4f7721a66df06cad23..cd139cb17e326dd6a740db877a2b85ef18344963 100644
(file)
--- a/
drivers/input/misc/bfin_rotary.c
+++ b/
drivers/input/misc/bfin_rotary.c
@@
-208,7
+208,6
@@
static int bfin_rotary_remove(struct platform_device *pdev)
peripheral_free_list(per_cnt);
kfree(rotary);
- platform_set_drvdata(pdev, NULL);
return 0;
}