commit | 50ca524d7c9914f451b52c6aa9fbf153494d4b98 | [log] [tgz] |
---|---|---|
author | Markus Elfring <elfring@users.sourceforge.net> | Wed Feb 14 10:38:44 2018 +0100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Feb 22 22:16:34 2018 +0800 |
tree | 8cff3bfd6f766d04455ed34cfd47b5297195de2b | |
parent | dbbd5d1efffa97508e70e444a79dc059588b07fd [diff] |
crypto: ux500 - Adjust two condition checks in ux500_cryp_probe() The local variable "cryp_error" was used only for two condition checks. * Check the return values from these function calls directly instead. * Delete this variable which became unnecessary with this refactoring. Signed-off-by: Markus Elfring <elfring@users.sourceforge.net> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>