diff options
author | 2015-08-12 14:39:38 -0300 | |
---|---|---|
committer | 2015-08-13 15:13:29 +0800 | |
commit | e558017b558d2a477b68961b0da792d4346a01b4 (patch) | |
tree | d6ce7be21d017d6eff2d0516ccec90b2bb7fba1f /tools/perf/scripts/python/export-to-postgresql.py | |
parent | crypto: caam - Fix error handling in caam_rng_init() (diff) | |
download | wireguard-linux-e558017b558d2a477b68961b0da792d4346a01b4.tar.xz wireguard-linux-e558017b558d2a477b68961b0da792d4346a01b4.zip |
crypto: caam - Remove unneeded 'ret' variable
Variable 'ret' is only used for returning the value 0.
We can make it simpler and just return 0 instead.
The semantic patch that makes this change is available
in scripts/coccinelle/misc/returnvar.cocci.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions