diff options
author | Mian Yousaf Kaukab <mian.yousaf.kaukab@stericsson.com> | 2011-09-20 13:35:56 +0200 |
---|---|---|
committer | Jonas ABERG <jonas.aberg@stericsson.com> | 2011-09-29 09:03:56 +0200 |
commit | d9499f72f9dd83d923a3a96815f16a6d6ed2675d (patch) | |
tree | a2bcf94aabd7dbb456693c6d8687dde551546f52 /drivers | |
parent | 642518b398d71e021fc4d5e1d1ced7be22426d3c (diff) |
input: ab8500: update function call for gpio configuration
ab8500_config_pull_up_or_down is renamed to ab8500_config_pulldown to match
the functionality implemented in the function.
Change-Id: Ie9566657972b67842828ce115ff5d7072450e163
Signed-off-by: Mian Yousaf Kaukab <mian.yousaf.kaukab@stericsson.com>
Reviewed-on: http://gerrit.lud.stericsson.com/gerrit/32119
Reviewed-by: Jonas ABERG <jonas.aberg@stericsson.com>
Tested-by: Jonas ABERG <jonas.aberg@stericsson.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/input/misc/ab8500-accdet.c | 2 |
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, |