backlight: ams369fg06: use devm_ functions
authorJingoo Han <[email protected]>
Tue, 29 May 2012 22:07:21 +0000 (15:07 -0700)
committerLinus Torvalds <[email protected]>
Tue, 29 May 2012 23:22:30 +0000 (16:22 -0700)
commit80629efcae09c5d80a9fdeea5226cd81b4fec7f3
tree2eea8d52e76f0fcce33a391130fd798c43597422
parent91cdb239905ea98fbcd373254ea0de86ca16c1e0
backlight: ams369fg06: 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 <[email protected]>
Cc: Richard Purdie <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/video/backlight/ams369fg06.c