From: Jingoo Han Date: Tue, 18 Dec 2012 00:00:40 +0000 (-0800) Subject: backlight: lms283gf05: use devm_gpio_request_one X-Git-Tag: v3.8-rc1~74^2~137 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a5a07436669b3072fbe9f06d27667ec6db62bf5;p=pandora-kernel.git backlight: lms283gf05: use devm_gpio_request_one By using devm_gpio_request_one it is possible to set the direction and initial value in one shot. Thus, using devm_gpio_request_one can make the code simpler. Signed-off-by: Jingoo Han Cc: Richard Purdie Acked-by: Marek Vasut Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed