* [PATCH] pinctrl: abx500: Add terminating entry for of_device_id table
@ 2013-02-17 13:58 Axel Lin
2013-03-01 12:41 ` Linus Walleij
0 siblings, 1 reply; 2+ messages in thread
From: Axel Lin @ 2013-02-17 13:58 UTC (permalink / raw)
To: Linus Walleij; +Cc: Lee Jones, linux-kernel
The of_device_id table is supposed to be zero-terminated.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
drivers/pinctrl/pinctrl-abx500.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/pinctrl/pinctrl-abx500.c b/drivers/pinctrl/pinctrl-abx500.c
index caecdd3..685808a 100644
--- a/drivers/pinctrl/pinctrl-abx500.c
+++ b/drivers/pinctrl/pinctrl-abx500.c
@@ -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)
--
1.7.9.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] pinctrl: abx500: Add terminating entry for of_device_id table
2013-02-17 13:58 [PATCH] pinctrl: abx500: Add terminating entry for of_device_id table Axel Lin
@ 2013-03-01 12:41 ` Linus Walleij
0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2013-03-01 12:41 UTC (permalink / raw)
To: Axel Lin; +Cc: Lee Jones, linux-kernel
On Sun, Feb 17, 2013 at 2:58 PM, Axel Lin <axel.lin@ingics.com> wrote:
> The of_device_id table is supposed to be zero-terminated.
>
> Signed-off-by: Axel Lin <axel.lin@ingics.com>
Patch applied!
Thanks,
Linus Walleij
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-03-01 12:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-17 13:58 [PATCH] pinctrl: abx500: Add terminating entry for of_device_id table Axel Lin
2013-03-01 12:41 ` Linus Walleij
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox