]> git.karo-electronics.de Git - linux-beck.git/commit
leds: gpio: Use GPIOF_OUT_INIT_LOW instead of hardcoded zero
authorGeert Uytterhoeven <geert+renesas@glider.be>
Fri, 19 Feb 2016 09:52:34 +0000 (10:52 +0100)
committerJacek Anaszewski <j.anaszewski@samsung.com>
Mon, 14 Mar 2016 08:22:21 +0000 (09:22 +0100)
commiteae7c98acd13b35bc37608a430086b417b1150fe
tree5c5d374b21bd285e61d850fff86b85038565ccb2
parentd4887af9c2b6ab550516f14106133a1e436c0712
leds: gpio: Use GPIOF_OUT_INIT_LOW instead of hardcoded zero

Use the GPIO flag definition instead of a numeric literal, so the casual
reader grepping for GPIOF_ will find the GPIO flags used.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Jacek Anaszewski <j.anaszewski@samsung.com>
drivers/leds/leds-gpio.c