commit | e59f755ceb6d6f39f90899d2a4e39c3e05837e12 | [log] [tgz] |
---|---|---|
author | Gilad Ben-Yossef <gilad@benyossef.com> | Sun Apr 28 11:33:22 2019 +0300 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri May 03 14:03:30 2019 +0800 |
tree | 8d59be64ef4bc3e869c7b42c52cdba2ae63dd80b | |
parent | 50af32727509a36fc9bbb370c6f6cb14a961dc97 [diff] |
crypto: ccree - use a proper le32 type for le32 val We build an explicit little endian value from the IDR register values. Use a proper le32 type to mark the var as such to satisfy Sparse. Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com> Reported-by: kbuild test robot <lkp@intel.com> Fixes: dcf6285d18ea1 ("crypto: ccree - add CID and PID support") Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>