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 aa93aa0efc2..d53e9247cf2 100644
--- a/drivers/input/misc/ab8500-accdet.c
+++ b/drivers/input/misc/ab8500-accdet.c
@@ -261,7 +261,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,