Jingoo Han
901b74a3c4
leds: renesas: set gpio_request_one() flags param correctly
...
The gpio_request_one() flags parameter was set to:
GPIOF_DIR_OUT | !!brightness
GPIOF_DIR_OUT and GPIOF_DIR_IN are defined as below:
GPIOF_DIR_OUT (0 << 0)
GPIOF_DIR_IN (1 << 0)
So, when '!!brightness' is 1, the gpio pin can be set as input,
instead of output.
To prevent this problem, GPIOF_OUT_INIT flags should be used when
using gpio_request_one().
Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Bryan Wu <cooloney@gmail.com>
2013-04-01 11:04:49 -07:00
..
2013-04-01 11:04:48 -07:00
2011-10-31 19:31:49 -04:00
2013-04-01 11:04:48 -07:00
2012-11-27 14:49:25 -08:00
2012-09-11 18:32:40 +08:00
2012-11-27 14:49:30 -08:00
2013-02-06 16:00:43 -08:00
2012-12-15 12:52:42 -08:00
2012-11-28 12:35:06 -08:00
2013-04-01 11:04:48 -07:00
2013-04-01 11:04:49 -07:00
2012-11-28 12:35:06 -08:00
2012-12-15 12:52:42 -08:00
2012-12-15 12:52:42 -08:00
2012-12-15 12:52:42 -08:00
2012-12-15 12:52:42 -08:00
2012-11-28 12:35:06 -08:00
2012-07-24 07:52:40 +08:00
2012-11-26 14:28:45 -08:00
2011-05-25 08:39:51 -07:00
2013-01-02 17:58:41 -08:00
2012-01-10 16:30:48 -08:00
2013-02-01 17:47:06 -08:00
2013-02-01 17:47:06 -08:00
2012-11-28 12:35:06 -08:00
2013-02-01 17:47:06 -08:00
2011-10-31 19:31:49 -04:00
2013-04-01 11:04:48 -07:00
2013-02-06 15:59:29 -08:00
2012-12-15 12:52:42 -08:00
2013-02-06 15:59:30 -08:00
2013-02-06 15:59:30 -08:00
2013-04-01 11:04:48 -07:00
2013-02-01 17:47:05 -08:00
2013-04-01 11:04:49 -07:00
2012-11-28 12:35:06 -08:00
2012-11-28 12:35:06 -08:00
2012-11-27 14:49:28 -08:00
2012-12-15 12:52:42 -08:00
2013-04-01 11:04:49 -07:00
2012-11-28 12:35:06 -08:00
2012-12-15 12:52:42 -08:00
2013-02-01 17:47:06 -08:00
2012-11-28 12:35:06 -08:00
2013-02-01 17:47:05 -08:00
2012-12-15 12:52:42 -08:00
2012-11-28 12:35:06 -08:00
2013-04-01 11:04:49 -07:00
2012-09-19 17:42:18 +02:00
2013-02-01 17:47:06 -08:00
2013-02-06 16:00:43 -08:00
2013-02-06 16:00:42 -08:00
2013-02-01 17:47:06 -08:00
2012-11-27 14:49:29 -08:00
2012-11-27 14:49:30 -08:00
2012-09-11 18:32:40 +08:00
2013-04-01 11:04:48 -07:00