On Sun, Apr 24, 2022 at 07:11:56PM +0100, Colin Ian King wrote:
Variable rng_size is being initialized with a value that is never read, the variable is being re-assigned later on. The initialization is redundant and can be removed.
Cleans up cppcheck warning: Variable 'rng_size' is assigned a value that is never used.
Signed-off-by: Colin Ian King colin.i.king@gmail.com
drivers/char/hw_random/optee-rng.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Patch applied. Thanks.