]> Git Repo - linux.git/commit
backlight: lms283gf05: use devm_gpio_request_one
authorJingoo Han <[email protected]>
Tue, 18 Dec 2012 00:00:40 +0000 (16:00 -0800)
committerLinus Torvalds <[email protected]>
Tue, 18 Dec 2012 01:15:15 +0000 (17:15 -0800)
commit5a5a07436669b3072fbe9f06d27667ec6db62bf5
tree702832118efb4a64ff113bdd918aa377317a1efd
parent9a8fe5d8cc180b9c2c3c08509b458199c26bc5ff
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 <[email protected]>
Cc: Richard Purdie <[email protected]>
Acked-by: Marek Vasut <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/video/backlight/lms283gf05.c
This page took 0.056209 seconds and 4 git commands to generate.