]> git.baikalelectronics.ru Git - kernel.git/commit
crypto: caam - fix type mismatch warning
authorArnd Bergmann <arnd@arndb.de>
Tue, 25 Oct 2016 21:29:10 +0000 (23:29 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 17 Nov 2016 14:14:21 +0000 (22:14 +0800)
commit944a815c29f8044988ed84c4ba3c864ff913d20f
tree66effaadf8764426e28f128001b74dff392e218e
parent84d8a2751e2a287d525a7cbe5bcbccb4f8bc9eff
crypto: caam - fix type mismatch warning

Building the caam driver on arm64 produces a harmless warning:

drivers/crypto/caam/caamalg.c:140:139: warning: comparison of distinct pointer types lacks a cast

We can use min_t to tell the compiler which type we want it to use
here.

Fixes: 74bcec7ee7d3 ("crypto: caam - fix sg dump")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Horia Geantă <horia.geanta@nxp.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/crypto/caam/caamalg.c