hwrng: stm32 - fix maybe uninitialized variable warning
authorMaxime Coquelin <mcoquelin.stm32@gmail.com>
Thu, 26 May 2016 09:34:57 +0000 (11:34 +0200)
committerHerbert Xu <herbert@gondor.apana.org.au>
Tue, 31 May 2016 08:41:57 +0000 (16:41 +0800)
commit1ff69adf747e75425d5e67df2f2ac866e7ebd165
treeeec779e7de0daae449941334c2e0821dbb79009e
parentf6c60b15e13344998fdc16453d01a3192817751c
hwrng: stm32 - fix maybe uninitialized variable warning

This patch fixes the following warning:
drivers/char/hw_random/stm32-rng.c: In function 'stm32_rng_read':
drivers/char/hw_random/stm32-rng.c:82:19: warning: 'sr' may be used
                                        uninitialized in this function

Reported-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk>
Suggested-by: Arnd Bergmann <arnd@arndb.de>
Cc: Daniel Thompson <daniel.thompson@linaro.org>
Signed-off-by: Maxime Coquelin <mcoquelin.stm32@gmail.com>
Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/char/hw_random/stm32-rng.c