Re: [PATCH] pinctrl: nomadik: Add terminating entry for platform_device_id table

2012-11-05 Thread Linus Walleij
On Sun, Nov 4, 2012 at 4:30 PM, Axel Lin  wrote:

> The platform_device_id table is supposed to be zero-terminated.
>
> Signed-off-by: Axel Lin 

Thanks Axel, patch applied.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH] pinctrl: nomadik: Add terminating entry for platform_device_id table

2012-11-05 Thread Linus Walleij
On Sun, Nov 4, 2012 at 4:30 PM, Axel Lin axel@ingics.com wrote:

 The platform_device_id table is supposed to be zero-terminated.

 Signed-off-by: Axel Lin axel@ingics.com

Thanks Axel, patch applied.

Yours,
Linus Walleij
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] pinctrl: nomadik: Add terminating entry for platform_device_id table

2012-11-04 Thread Axel Lin
The platform_device_id table is supposed to be zero-terminated.

Signed-off-by: Axel Lin 
---
 drivers/pinctrl/pinctrl-nomadik.c |1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/pinctrl/pinctrl-nomadik.c 
b/drivers/pinctrl/pinctrl-nomadik.c
index f2fd99b..22f6937 100644
--- a/drivers/pinctrl/pinctrl-nomadik.c
+++ b/drivers/pinctrl/pinctrl-nomadik.c
@@ -1922,6 +1922,7 @@ static const struct platform_device_id nmk_pinctrl_id[] = 
{
{ "pinctrl-stn8815", PINCTRL_NMK_STN8815 },
{ "pinctrl-db8500", PINCTRL_NMK_DB8500 },
{ "pinctrl-db8540", PINCTRL_NMK_DB8540 },
+   { }
 };
 
 static struct platform_driver nmk_pinctrl_driver = {
-- 
1.7.9.5



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] pinctrl: nomadik: Add terminating entry for platform_device_id table

2012-11-04 Thread Axel Lin
The platform_device_id table is supposed to be zero-terminated.

Signed-off-by: Axel Lin axel@ingics.com
---
 drivers/pinctrl/pinctrl-nomadik.c |1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/pinctrl/pinctrl-nomadik.c 
b/drivers/pinctrl/pinctrl-nomadik.c
index f2fd99b..22f6937 100644
--- a/drivers/pinctrl/pinctrl-nomadik.c
+++ b/drivers/pinctrl/pinctrl-nomadik.c
@@ -1922,6 +1922,7 @@ static const struct platform_device_id nmk_pinctrl_id[] = 
{
{ pinctrl-stn8815, PINCTRL_NMK_STN8815 },
{ pinctrl-db8500, PINCTRL_NMK_DB8500 },
{ pinctrl-db8540, PINCTRL_NMK_DB8540 },
+   { }
 };
 
 static struct platform_driver nmk_pinctrl_driver = {
-- 
1.7.9.5



--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/