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

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.