From: Jingoo Han Date: Mon, 30 Jul 2012 21:40:34 +0000 (-0700) Subject: drivers/video/backlight/lm3533_bl.c: use devm_ functions X-Git-Tag: v3.6-rc1~41^2~83 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4a74615a4729ca4e6903bd3027339c4e6e7ae03;p=pandora-kernel.git drivers/video/backlight/lm3533_bl.c: 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 Acked-by: Johan Hovold Cc: Richard Purdie Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed