]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
crypto: marvell - Add a NULL entry at the end of mv_cesa_plat_id_table[]
authorBoris BREZILLON <boris.brezillon@free-electrons.com>
Fri, 3 Nov 2017 16:52:01 +0000 (17:52 +0100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Mon, 6 Nov 2017 06:45:07 +0000 (14:45 +0800)
commit9c9034464860707669e91ce367c9eeb65e4175cd
tree78c59886edfd9995efe99f176389dcabc6d46a93
parente5cc6e79bbe0b06d3ec56f5210bd4fc90bcf4d2b
crypto: marvell - Add a NULL entry at the end of mv_cesa_plat_id_table[]

struct platform_device_id should be NULL terminated to let the core detect
where the last entry is.

Fixes: 07c50a8be41a ("crypto: marvell - Add a platform_device_id table")
Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/marvell/cesa.c