summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/regulator
diff options
context:
space:
mode:
authorColin Ian King <colin.i.king@gmail.com>2024-02-16 16:49:18 +0300
committerMark Brown <broonie@kernel.org>2024-02-19 19:59:35 +0300
commit055100d1a3b27ce154b3e3041d3cef24778821b3 (patch)
tree7e430940ae0b961e49da86702a817c9dc191bb2f /Documentation/devicetree/bindings/regulator
parent6037733963b8d4cd9ff9c1cabd3017ac5c1af1af (diff)
downloadlinux-055100d1a3b27ce154b3e3041d3cef24778821b3.tar.xz
regulator: core: Remove redundant assignment to variable possible_uV
The variable possible_uV being assigned a value that is never read, the control flow via the following goto statement takes a path where the variable is not accessed. The assignment is redundant and can be removed. Cleans up clang scan build warning: drivers/regulator/core.c:3935:3: warning: Value stored to 'possible_uV' is never read [deadcode.DeadStores] Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Link: https://msgid.link/r/20240216134918.2108262-1-colin.i.king@gmail.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/regulator')
0 files changed, 0 insertions, 0 deletions