Skip to content

Commit

Permalink
crypto: picoxcell - Add terminating entry for platform_device_id table
Browse files Browse the repository at this point in the history
The platform_device_id table is supposed to be zero-terminated.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Acked-by: Jamie Iles <jamie@jamieiles.com>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
  • Loading branch information
Axel Lin authored and Herbert Xu committed Nov 9, 2012
1 parent d87d771 commit 14198dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/crypto/picoxcell_crypto.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 14198dd

Please sign in to comment.