Pascal van Leeuwen <[email protected]> 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 <[email protected]> > --- > drivers/crypto/inside-secure/safexcel_cipher.c | 86 ++++++++++++++------------ > 1 file changed, 47 insertions(+), 39 deletions(-)
Patch applied. Thanks. -- Email: Herbert Xu <[email protected]> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
