commit | 9828eb09bf5a450bd40a6931a751a122a4c66e2b | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Tue May 29 15:07:22 2012 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue May 29 16:22:30 2012 -0700 |
tree | 000650dd637be1042773e27cd643c126fd2536f9 | |
parent | 06c96f189bf94448779db66944836a827517d6c9 [diff] |
backlight: ili9320: use devm_ functions 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: Ben Dooks <ben-linux@fluff.org> Cc: Richard Purdie <rpurdie@rpsys.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>