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:
11963a6
)
drm/exynos: remove redundant devm_kfree()
author
Sylwester Nawrocki
<s.nawrocki@samsung.com>
Tue, 23 Apr 2013 11:34:36 +0000
(13:34 +0200)
committer
Inki Dae
<inki.dae@samsung.com>
Mon, 29 Apr 2013 05:35:31 +0000
(14:35 +0900)
There is no need for explicit calls of devm_kfree(), as
the allocated memory will be freed during driver's detach.
Remove the redundant devm_kfree() calls from probe() and
remove() callbacks.
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
No differences found