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:
91cdb23
)
backlight: ams369fg06: use devm_ functions
author
Jingoo Han
<jg1.han@samsung.com>
Tue, 29 May 2012 22:07:21 +0000
(15:07 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Tue, 29 May 2012 23:22:30 +0000
(16:22 -0700)
The devm_ functions allocate memory that is released when a driver
detaches. This patch uses devm_kzalloc of these functions.
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found