diff options
Diffstat (limited to 'drivers/pinctrl/pinctrl-abx500.c')
-rw-r--r-- | drivers/pinctrl/pinctrl-abx500.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/pinctrl/pinctrl-abx500.c b/drivers/pinctrl/pinctrl-abx500.c index 9b8db91c390f..aa17f7580f61 100644 --- a/drivers/pinctrl/pinctrl-abx500.c +++ b/drivers/pinctrl/pinctrl-abx500.c | |||
@@ -880,7 +880,6 @@ static int abx500_gpio_probe(struct platform_device *pdev) | |||
880 | pct->parent = dev_get_drvdata(pdev->dev.parent); | 880 | pct->parent = dev_get_drvdata(pdev->dev.parent); |
881 | pct->chip = abx500gpio_chip; | 881 | pct->chip = abx500gpio_chip; |
882 | pct->chip.dev = &pdev->dev; | 882 | pct->chip.dev = &pdev->dev; |
883 | pct->chip.base = pdata->gpio_base; | ||
884 | pct->chip.base = (np) ? -1 : pdata->gpio_base; | 883 | pct->chip.base = (np) ? -1 : pdata->gpio_base; |
885 | 884 | ||
886 | /* initialize the lock */ | 885 | /* initialize the lock */ |