git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
608a26a
)
pinctrl: sh-pfc: remove unnecessary platform_set_drvdata()
author
Jingoo Han
<jg1.han@samsung.com>
Thu, 22 Aug 2013 02:00:55 +0000
(11:00 +0900)
committer
Linus Walleij
<linus.walleij@linaro.org>
Wed, 28 Aug 2013 19:14:37 +0000
(21:14 +0200)
The driver core clears the driver data to NULL after device_release
or on probe failure. Thus, it is not needed to manually clear the
device driver data to NULL.
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
No differences found