summaryrefslogtreecommitdiff
path: root/drivers/gpio
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@nvidia.com>2013-09-03 22:44:04 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 13:45:19 -0700
commit0fa7131c364d34bdd293d57a7d819126e1bdf01a (patch)
treee8de6aadb28d35a9d2bfa2de1a78590dc76a6495 /drivers/gpio
parent25f737265137e1e667c42e88870a954b6d37f617 (diff)
fixup! ARM: tegra: tps6586x: add empty function direction_input
Signed-off-by: Dan Willemsen <dwillemsen@nvidia.com> Change-Id: I082f222945f054b585659cbd65d042d45e3cd225 Reviewed-on: http://git-master/r/269997
Diffstat (limited to 'drivers/gpio')
-rw-r--r--drivers/gpio/gpio-tps6586x.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpio/gpio-tps6586x.c b/drivers/gpio/gpio-tps6586x.c
index ec0b0af8b2e6..9e78bdd4669f 100644
--- a/drivers/gpio/gpio-tps6586x.c
+++ b/drivers/gpio/gpio-tps6586x.c
@@ -120,7 +120,7 @@ static int tps6586x_gpio_probe(struct platform_device *pdev)
tps6586x_gpio->gpio_chip.ngpio = 4;
tps6586x_gpio->gpio_chip.can_sleep = 1;
- tps6586x->gpio.direction_input = tps6586x_gpio_input;
+ tps6586x_gpio->gpio_chip.direction_input = tps6586x_gpio_input;
tps6586x_gpio->gpio_chip.direction_output = tps6586x_gpio_output;
tps6586x_gpio->gpio_chip.set = tps6586x_gpio_set;
tps6586x_gpio->gpio_chip.get = tps6586x_gpio_get;