summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/input/misc/ab8500-accdet.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/misc/ab8500-accdet.c b/drivers/input/misc/ab8500-accdet.c
index 369cd0ab3b3..83b999a1597 100644
--- a/drivers/input/misc/ab8500-accdet.c
+++ b/drivers/input/misc/ab8500-accdet.c
@@ -260,7 +260,7 @@ static void ab8500_config_hw_test_plug_connected(struct abx500_ad *dd,
dev_dbg(&dd->pdev->dev, "%s:%d\n", __func__, enable);
- ret = ab8500_config_pull_up_or_down(&dd->pdev->dev,
+ ret = ab8500_config_pulldown(&dd->pdev->dev,
dd->pdata->video_ctrl_gpio, !enable);
if (ret < 0) {
dev_err(&dd->pdev->dev,