commit | 099f236879068547a05d02b92fb2861694027440 | [log] [tgz] |
---|---|---|
author | Martin Kaiser <martin@kaiser.cx> | Mon Jul 10 22:27:29 2023 +0200 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Sat Jul 22 13:59:36 2023 +1200 |
tree | 2a23b115247eb4c2402644d27aa160c10c5cbc82 | |
parent | 4cb9a7271f46eb1cc58099a3503d4b3f3969e37c [diff] |
hwrng: ingenic - remove dead assignments Don't assign a value to ret if we're about to return from the probe function and ret's value is not used. Signed-off-by: Martin Kaiser <martin@kaiser.cx> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>