regmap: Rename ret variable in regmap_read_poll_timeout
authorCharles Keepax <ckeepax@opensource.wolfsonmicro.com>
Fri, 28 Oct 2016 10:38:53 +0000 (11:38 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 28 Oct 2016 17:19:24 +0000 (18:19 +0100)
commit72193a953ada9058e46970838cc42cbd18bf4eba
tree5c3beb6980a8edf27d1311d5537f23df2475ffb8
parent1001354ca34179f3db924eb66672442a173147dc
regmap: Rename ret variable in regmap_read_poll_timeout

As almost all of the callers of the regmap_read_poll_timeout macro
will include a local ret variable we will always get a Sparse warning
about the duplication of the ret variable:

warning: symbol 'ret' shadows an earlier one

Simply rename the ret variable in the marco to pollret to make this
significantly less likely to happen.

Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
include/linux/regmap.h