Horia Geantă
6a4e231f26
crypto: caam - fix implicit casts in endianness helpers
[ Upstream commit aae733a3f4 ]
Fix the following sparse endianness warnings:
drivers/crypto/caam/regs.h:95:1: sparse: incorrect type in return expression (different base types) @@ expected unsigned int @@ got restricted __le32unsigned int @@
drivers/crypto/caam/regs.h:95:1: expected unsigned int
drivers/crypto/caam/regs.h:95:1: got restricted __le32 [usertype] <noident>
drivers/crypto/caam/regs.h:95:1: sparse: incorrect type in return expression (different base types) @@ expected unsigned int @@ got restricted __be32unsigned int @@
drivers/crypto/caam/regs.h:95:1: expected unsigned int
drivers/crypto/caam/regs.h:95:1: got restricted __be32 [usertype] <noident>
drivers/crypto/caam/regs.h:92:1: sparse: cast to restricted __le32
drivers/crypto/caam/regs.h:92:1: sparse: cast to restricted __be32
Fixes: 261ea058f0 ("crypto: caam - handle core endianness != caam endianness")
Reported-by: kbuild test robot <lkp@intel.com>
Signed-off-by: Horia Geantă <horia.geanta@nxp.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Sasha Levin <sashal@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-11-13 11:14:59 -08:00
..
2017-11-02 11:10:55 +01:00
2018-11-13 11:14:55 -08:00
2018-05-01 12:58:21 -07:00
2018-09-19 22:43:35 +02:00
2018-10-03 17:00:59 -07:00
2018-07-22 14:28:43 +02:00
2018-07-03 11:24:56 +02:00
2018-10-13 09:27:25 +02:00
2017-11-02 11:10:55 +01:00
2018-11-13 11:14:52 -08:00
2018-11-13 11:14:54 -08:00
2018-08-03 07:50:31 +02:00
2018-09-05 09:26:42 +02:00
2018-11-13 11:14:58 -08:00
2018-10-18 09:16:22 +02:00
2018-10-20 09:48:52 +02:00
2018-11-13 11:14:54 -08:00
2018-07-03 11:24:51 +02:00
2018-11-13 11:14:59 -08:00
2018-08-24 13:09:08 +02:00
2018-04-12 12:32:13 +02:00
2017-11-02 11:10:55 +01:00
2018-09-26 08:38:05 +02:00
2018-06-05 11:41:57 +02:00
2018-10-03 17:00:53 -07:00
2017-11-02 11:10:55 +01:00
2018-09-09 19:55:56 +02:00
2018-04-26 11:02:03 +02:00
2018-09-26 08:38:10 +02:00
2017-11-02 11:10:55 +01:00
2018-05-01 12:58:24 -07:00
2017-08-28 17:15:16 +02:00
2018-11-10 07:48:34 -08:00
2018-11-10 07:48:35 -08:00
2018-10-20 09:48:53 +02:00
2017-11-02 11:10:55 +01:00
2018-11-13 11:14:58 -08:00
2018-11-13 11:14:52 -08:00
2017-11-02 11:10:55 +01:00
2018-11-13 11:14:59 -08:00
2018-11-13 11:14:51 -08:00
2018-05-30 07:52:34 +02:00
2018-08-09 12:16:39 +02:00
2018-10-10 08:54:24 +02:00
2018-11-13 11:14:57 -08:00
2018-11-10 07:48:36 -08:00
2018-10-20 09:48:52 +02:00
2018-09-15 09:45:29 +02:00
2018-08-22 07:46:11 +02:00
2018-03-19 08:42:50 +01:00
2018-11-13 11:14:52 -08:00
2018-09-19 22:43:41 +02:00
2018-09-09 19:55:54 +02:00
2017-11-02 11:10:55 +01:00
2018-11-13 11:14:58 -08:00
2018-11-04 14:52:47 +01:00
2018-08-03 07:50:38 +02:00
2017-11-02 11:10:55 +01:00
2018-05-25 16:17:47 +02:00
2018-10-18 09:16:21 +02:00
2018-11-13 11:14:58 -08:00
2018-11-13 11:14:53 -08:00
2018-11-13 11:14:54 -08:00
2018-01-17 09:45:27 +01:00
2018-11-13 11:14:56 -08:00
2018-08-24 13:09:06 +02:00
2018-04-26 11:02:13 +02:00
2017-11-02 11:10:55 +01:00
2018-09-09 19:56:01 +02:00
2018-10-13 09:27:28 +02:00
2018-08-24 13:09:14 +02:00
2018-10-13 09:27:27 +02:00
2017-11-02 11:10:55 +01:00
2018-05-30 07:52:28 +02:00
2018-09-26 08:38:12 +02:00
2018-11-13 11:14:59 -08:00
2018-11-13 11:14:46 -08:00
2018-10-18 09:16:24 +02:00
2018-08-15 18:12:48 +02:00
2018-11-13 11:14:56 -08:00
2018-09-29 03:06:03 -07:00
2017-11-02 11:10:55 +01:00
2018-10-03 17:00:47 -07:00
2017-09-08 18:26:51 -07:00
2018-11-10 07:48:34 -08:00
2018-09-15 09:45:27 +02:00
2017-12-14 09:53:08 +01:00
2017-11-02 11:10:55 +01:00
2018-10-03 17:00:55 -07:00
2018-06-21 04:02:48 +09:00
2018-09-26 08:38:03 +02:00
2018-09-29 03:06:04 -07:00
2018-09-26 08:38:13 +02:00
2018-11-04 14:52:42 +01:00
2017-11-02 11:10:55 +01:00
2018-11-13 11:14:57 -08:00
2017-11-02 11:10:55 +01:00
2018-11-04 14:52:38 +01:00
2018-11-13 11:14:52 -08:00
2017-08-28 13:52:22 +02:00
2017-11-02 11:10:55 +01:00
2018-10-20 09:48:53 +02:00
2018-10-18 09:16:21 +02:00
2018-06-21 04:02:54 +09:00
2018-11-13 11:14:56 -08:00
2018-04-24 09:36:29 +02:00
2018-10-13 09:27:26 +02:00
2018-09-19 22:43:40 +02:00
2018-11-13 11:14:58 -08:00
2018-10-03 17:00:46 -07:00
2018-08-03 07:50:23 +02:00
2018-11-04 14:52:49 +01:00
2018-11-04 14:52:39 +01:00
2017-08-29 08:52:51 -05:00
2018-10-13 09:27:30 +02:00
2017-11-02 11:10:55 +01:00
2018-07-03 11:24:47 +02:00
2018-08-03 07:50:24 +02:00
2018-10-10 08:54:26 +02:00
2018-05-30 07:52:30 +02:00
2017-11-02 11:10:55 +01:00
2018-02-25 11:07:53 +01:00