diff options
author | Pascal van Leeuwen <pascalvanl@gmail.com> | 2019-08-30 09:43:01 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2019-09-05 14:37:01 +1000 |
commit | d2d9e6fd6d1cd9bd0654c9f7ed2317a7fd220aef (patch) | |
tree | da8f0c7581e430b424c4ed29ed6686e2a7336c7a /drivers/crypto/axis | |
parent | 493e289ca8aab8f9408376d6388ac8f819de6b73 (diff) |
crypto: inside-secure - Minor code cleanup and optimizations
Some minor cleanup changing e.g. "if (!x) A else B" to "if (x) B else A",
merging some back-to-back if's with the same condition, collapsing some
back-to-back assignments to the same variable and replacing some weird
assignments with proper symbolics.
Signed-off-by: Pascal van Leeuwen <pvanleeuwen@verimatrix.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/axis')
0 files changed, 0 insertions, 0 deletions