aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mediatek/files
diff options
context:
space:
mode:
authorSven Wegener <sven.wegener@stealer.net>2021-06-12 21:56:21 +0200
committerDaniel Golle <daniel@makrotopia.org>2022-09-11 20:26:41 +0100
commita188356484f434c72ea536d91d7f93f59c562eb5 (patch)
tree8742e70b907a862c6868a0fe49f0b86f0151fdc3 /target/linux/mediatek/files
parent56c2d15587dfe5285f1cf3bfb236c827bc446465 (diff)
downloadupstream-a188356484f434c72ea536d91d7f93f59c562eb5.tar.gz
upstream-a188356484f434c72ea536d91d7f93f59c562eb5.tar.bz2
upstream-a188356484f434c72ea536d91d7f93f59c562eb5.zip
mediatek: remove gpiod_direction_output()
It's already set to output with GPIOD_OUT_LOW. Signed-off-by: Sven Wegener <sven.wegener@stealer.net>
Diffstat (limited to 'target/linux/mediatek/files')
-rw-r--r--target/linux/mediatek/files/drivers/leds/leds-ubnt-ledbar.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/mediatek/files/drivers/leds/leds-ubnt-ledbar.c b/target/linux/mediatek/files/drivers/leds/leds-ubnt-ledbar.c
index c5d668836b..9f12cda5d1 100644
--- a/target/linux/mediatek/files/drivers/leds/leds-ubnt-ledbar.c
+++ b/target/linux/mediatek/files/drivers/leds/leds-ubnt-ledbar.c
@@ -153,8 +153,6 @@ static int ubnt_ledbar_probe(struct i2c_client *client,
return ret;
}
- gpiod_direction_output(ledbar->enable_gpio, 0);
-
ledbar->client = client;
mutex_init(&ledbar->lock);