Re: [PATCH] crypto: marvell - Add a NULL entry at the end of mv_cesa_plat_id_table[]

2017-11-05 Thread Herbert Xu
On Fri, Nov 03, 2017 at 05:52:01PM +0100, Boris Brezillon wrote: > 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 Patch applied. T

[PATCH] crypto: marvell - Add a NULL entry at the end of mv_cesa_plat_id_table[]

2017-11-03 Thread Boris Brezillon
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 --- drivers/crypto/marvell/cesa.c | 1 + 1 file changed, 1 insertion(+) diff --git a/driver