Pascal van Leeuwen <pascalv...@gmail.com> wrote:
> 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 <pvanleeu...@verimatrix.com>
> ---
> drivers/crypto/inside-secure/safexcel_cipher.c | 86 ++++++++++++++------------
> 1 file changed, 47 insertions(+), 39 deletions(-)

Patch applied.  Thanks.
-- 
Email: Herbert Xu <herb...@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt

Reply via email to