Commit 1f0b7400 authored by Kieran Bingham's avatar Kieran Bingham Committed by Mark Brown
parent 5b8ff89f
...@@ -311,7 +311,7 @@ static int gpio_regulator_probe(struct platform_device *pdev) ...@@ -311,7 +311,7 @@ static int gpio_regulator_probe(struct platform_device *pdev)
/* /*
* The signal will be inverted by the GPIO core if flagged so in the * The signal will be inverted by the GPIO core if flagged so in the
* decriptor. * descriptor.
*/ */
if (config->enabled_at_boot) if (config->enabled_at_boot)
gflags = GPIOD_OUT_HIGH | GPIOD_FLAGS_BIT_NONEXCLUSIVE; gflags = GPIOD_OUT_HIGH | GPIOD_FLAGS_BIT_NONEXCLUSIVE;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment