commit | 3cf799680d2612a21d50ed554848dd37241672c8 | [log] [tgz] |
---|---|---|
author | Gary R Hook <gary.hook@amd.com> | Wed Oct 12 08:47:03 2016 -0500 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Fri Oct 21 11:03:46 2016 +0800 |
tree | 7eb07d9787a206db4606cae2448401baba29b249 | |
parent | 58010fa6f71c9577922b22e46014b95a4ec80fa0 [diff] |
crypto: ccp - change type of struct member lsb to signed The lsb field uses a value of -1 to indicate that it is unassigned. Therefore type must be a signed int. Signed-off-by: Gary R Hook <gary.hook@amd.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>