All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] crypto: picoxcell: Add terminating entry for platform_device_id table
@ 2012-11-04 15:36 ` Axel Lin
  0 siblings, 0 replies; 8+ messages in thread
From: Axel Lin @ 2012-11-04 15:36 UTC (permalink / raw)
  To: Herbert Xu; +Cc: Jamie Iles, David S. Miller, linux-crypto, linux-kernel

The platform_device_id table is supposed to be zero-terminated.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
 drivers/crypto/picoxcell_crypto.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/crypto/picoxcell_crypto.c b/drivers/crypto/picoxcell_crypto.c
index 410a03c..f4d3d8f 100644
--- a/drivers/crypto/picoxcell_crypto.c
+++ b/drivers/crypto/picoxcell_crypto.c
@@ -1863,6 +1863,7 @@ static int __devexit spacc_remove(struct platform_device *pdev)
 static const struct platform_device_id spacc_id_table[] = {
 	{ "picochip,spacc-ipsec", },
 	{ "picochip,spacc-l2", },
+	{ }
 };
 
 static struct platform_driver spacc_driver = {
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH] crypto: picoxcell: Add terminating entry for platform_device_id table
@ 2012-11-04 15:36 ` Axel Lin
  0 siblings, 0 replies; 8+ messages in thread
From: Axel Lin @ 2012-11-04 15:36 UTC (permalink / raw)
  To: Herbert Xu; +Cc: Jamie Iles, David S. Miller, linux-crypto, linux-kernel

The platform_device_id table is supposed to be zero-terminated.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
 drivers/crypto/picoxcell_crypto.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/crypto/picoxcell_crypto.c b/drivers/crypto/picoxcell_crypto.c
index 410a03c..f4d3d8f 100644
--- a/drivers/crypto/picoxcell_crypto.c
+++ b/drivers/crypto/picoxcell_crypto.c
@@ -1863,6 +1863,7 @@ static int __devexit spacc_remove(struct platform_device *pdev)
 static const struct platform_device_id spacc_id_table[] = {
 	{ "picochip,spacc-ipsec", },
 	{ "picochip,spacc-l2", },
+	{ }
 };
 
 static struct platform_driver spacc_driver = {
-- 
1.7.9.5




^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: [PATCH] crypto: picoxcell: Add terminating entry for platform_device_id table
  2012-11-04 15:36 ` Axel Lin
@ 2012-11-04 15:51   ` Jamie Iles
  -1 siblings, 0 replies; 8+ messages in thread
From: Jamie Iles @ 2012-11-04 15:51 UTC (permalink / raw)
  To: Axel Lin
  Cc: Herbert Xu, Jamie Iles, David S. Miller, linux-crypto,
	linux-kernel

Hi Axel,

On Sun, Nov 04, 2012 at 11:36:25PM +0800, Axel Lin wrote:
> The platform_device_id table is supposed to be zero-terminated.
> 
> Signed-off-by: Axel Lin <axel.lin@ingics.com>

Good spot!  Thanks for fixing.

Acked-by: Jamie Iles <jamie@jamieiles.com>

Jamie

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] crypto: picoxcell: Add terminating entry for platform_device_id table
@ 2012-11-04 15:51   ` Jamie Iles
  0 siblings, 0 replies; 8+ messages in thread
From: Jamie Iles @ 2012-11-04 15:51 UTC (permalink / raw)
  To: Axel Lin
  Cc: Herbert Xu, Jamie Iles, David S. Miller, linux-crypto,
	linux-kernel

Hi Axel,

On Sun, Nov 04, 2012 at 11:36:25PM +0800, Axel Lin wrote:
> The platform_device_id table is supposed to be zero-terminated.
> 
> Signed-off-by: Axel Lin <axel.lin@ingics.com>

Good spot!  Thanks for fixing.

Acked-by: Jamie Iles <jamie@jamieiles.com>

Jamie

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] crypto: picoxcell: Add terminating entry for platform_device_id table
  2012-11-04 15:36 ` Axel Lin
@ 2012-11-04 17:41   ` David Miller
  -1 siblings, 0 replies; 8+ messages in thread
From: David Miller @ 2012-11-04 17:41 UTC (permalink / raw)
  To: axel.lin; +Cc: herbert, jamie, linux-crypto, linux-kernel

From: Axel Lin <axel.lin@ingics.com>
Date: Sun, 04 Nov 2012 23:36:25 +0800

> The platform_device_id table is supposed to be zero-terminated.
> 
> Signed-off-by: Axel Lin <axel.lin@ingics.com>

Acked-by: David S. Miller <davem@davemloft.net>

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] crypto: picoxcell: Add terminating entry for platform_device_id table
@ 2012-11-04 17:41   ` David Miller
  0 siblings, 0 replies; 8+ messages in thread
From: David Miller @ 2012-11-04 17:41 UTC (permalink / raw)
  To: axel.lin; +Cc: herbert, jamie, linux-crypto, linux-kernel

From: Axel Lin <axel.lin@ingics.com>
Date: Sun, 04 Nov 2012 23:36:25 +0800

> The platform_device_id table is supposed to be zero-terminated.
> 
> Signed-off-by: Axel Lin <axel.lin@ingics.com>

Acked-by: David S. Miller <davem@davemloft.net>

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] crypto: picoxcell: Add terminating entry for platform_device_id table
  2012-11-04 15:36 ` Axel Lin
@ 2012-11-09  9:35   ` Herbert Xu
  -1 siblings, 0 replies; 8+ messages in thread
From: Herbert Xu @ 2012-11-09  9:35 UTC (permalink / raw)
  To: Axel Lin; +Cc: Jamie Iles, David S. Miller, linux-crypto, linux-kernel

On Sun, Nov 04, 2012 at 11:36:25PM +0800, Axel Lin wrote:
> The platform_device_id table is supposed to be zero-terminated.
> 
> Signed-off-by: Axel Lin <axel.lin@ingics.com>

Patch applied.  Thanks!
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: [PATCH] crypto: picoxcell: Add terminating entry for platform_device_id table
@ 2012-11-09  9:35   ` Herbert Xu
  0 siblings, 0 replies; 8+ messages in thread
From: Herbert Xu @ 2012-11-09  9:35 UTC (permalink / raw)
  To: Axel Lin; +Cc: Jamie Iles, David S. Miller, linux-crypto, linux-kernel

On Sun, Nov 04, 2012 at 11:36:25PM +0800, Axel Lin wrote:
> The platform_device_id table is supposed to be zero-terminated.
> 
> Signed-off-by: Axel Lin <axel.lin@ingics.com>

Patch applied.  Thanks!
-- 
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-11-09  9:35 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-04 15:36 [PATCH] crypto: picoxcell: Add terminating entry for platform_device_id table Axel Lin
2012-11-04 15:36 ` Axel Lin
2012-11-04 15:51 ` Jamie Iles
2012-11-04 15:51   ` Jamie Iles
2012-11-04 17:41 ` David Miller
2012-11-04 17:41   ` David Miller
2012-11-09  9:35 ` Herbert Xu
2012-11-09  9:35   ` Herbert Xu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.