aboutsummaryrefslogtreecommitdiff
path: root/scripts/tracing/draw_functrace.py
diff options
context:
space:
mode:
authorJingoo Han <[email protected]>2012-12-17 16:01:12 -0800
committerLinus Torvalds <[email protected]>2012-12-17 17:15:17 -0800
commit1eddd9770f7e809228ae761ecc575f214f571e51 (patch)
tree706b0b70431dccd2262a7de576dc67862492429e /scripts/tracing/draw_functrace.py
parent424e06e3da2cbf986d7421f98b90fe5cf4b57be5 (diff)
drivers/video/backlight/lms283gf05.c: use GPIOF_INIT flags when using devm_gpio_request_one()
GPIOF_DIR_OUT and GPIOF_DIR_IN are defined as below: GPIOF_DIR_OUT (0 << 0) GPIOF_DIR_IN (1 << 0) So, when !pdata->reset_inverted is 1, the gpio pin can be set as input, instead of output. To prevent this problem, GPIOF_INIT flag should be used when using devm_gpio_request_one(). Signed-off-by: Jingoo Han <[email protected]> Cc: Marek Vasut <[email protected]> Cc: Richard Purdie <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/tracing/draw_functrace.py')
0 files changed, 0 insertions, 0 deletions