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:
b1baec5
)
dma: ipu: remove unnecessary platform_set_drvdata()
author
Jingoo Han
<jg1.han@samsung.com>
Wed, 21 Aug 2013 09:52:54 +0000
(18:52 +0900)
committer
Vinod Koul
<vinod.koul@intel.com>
Sun, 25 Aug 2013 09:07:13 +0000
(14:37 +0530)
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: Shawn Guo <shawn.guo@linaro.org>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
No differences found