Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e3929714 authored by Axel Lin's avatar Axel Lin Committed by Linus Walleij
Browse files

pinctrl: abx500: Add terminating entry for of_device_id table



The of_device_id table is supposed to be zero-terminated.

Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 022ab148
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -834,6 +834,7 @@ static const struct of_device_id abx500_gpio_match[] = {
	{ .compatible = "stericsson,ab8505-gpio", .data = (void *)PINCTRL_AB8505, },
	{ .compatible = "stericsson,ab8540-gpio", .data = (void *)PINCTRL_AB8540, },
	{ .compatible = "stericsson,ab9540-gpio", .data = (void *)PINCTRL_AB9540, },
	{ }
};

static int abx500_gpio_probe(struct platform_device *pdev)