commit | 26f2b35c1e1463c851be23c9774bd24caae7b517 | [log] [tgz] |
---|---|---|
author | Jingoo Han <jg1.han@samsung.com> | Tue May 29 15:07:23 2012 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue May 29 16:22:30 2012 -0700 |
tree | 0375fa93d35ba4f5d146e34f0c0b3fa303678a82 | |
parent | 86f6be4fae7aeaeb038dc809b232ebe76b2e1dd2 [diff] |
backlight: lms283gf05: 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> Acked-by: Marek Vasut <marek.vasut@gmail.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>