diff options
Diffstat (limited to 'drivers/pinctrl/pinctrl-at91.c')
-rw-r--r-- | drivers/pinctrl/pinctrl-at91.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/pinctrl/pinctrl-at91.c b/drivers/pinctrl/pinctrl-at91.c index 676b199d6d22..5bb7d515e24c 100644 --- a/drivers/pinctrl/pinctrl-at91.c +++ b/drivers/pinctrl/pinctrl-at91.c | |||
@@ -838,7 +838,7 @@ static int __devinit at91_pinctrl_probe_dt(struct platform_device *pdev, | |||
838 | return -ENODEV; | 838 | return -ENODEV; |
839 | 839 | ||
840 | info->dev = &pdev->dev; | 840 | info->dev = &pdev->dev; |
841 | info->ops = | 841 | info->ops = (struct at91_pinctrl_mux_ops*) |
842 | of_match_device(at91_pinctrl_of_match, &pdev->dev)->data; | 842 | of_match_device(at91_pinctrl_of_match, &pdev->dev)->data; |
843 | at91_pinctrl_child_count(info, np); | 843 | at91_pinctrl_child_count(info, np); |
844 | 844 | ||
@@ -1403,7 +1403,7 @@ static int __devinit at91_gpio_probe(struct platform_device *pdev) | |||
1403 | goto err; | 1403 | goto err; |
1404 | } | 1404 | } |
1405 | 1405 | ||
1406 | at91_chip->ops = | 1406 | at91_chip->ops = (struct at91_pinctrl_mux_ops*) |
1407 | of_match_device(at91_gpio_of_match, &pdev->dev)->data; | 1407 | of_match_device(at91_gpio_of_match, &pdev->dev)->data; |
1408 | at91_chip->pioc_virq = irq; | 1408 | at91_chip->pioc_virq = irq; |
1409 | at91_chip->pioc_idx = alias_idx; | 1409 | at91_chip->pioc_idx = alias_idx; |