diff options
author | 2020-07-23 17:15:41 +0100 | |
---|---|---|
committer | 2020-08-13 07:50:04 +0100 | |
commit | 1f0fa85c07fb53d756219cf7e6e8e77eab6e75eb (patch) | |
tree | 668ef885f35755336195119ce59f5c368c948595 /scripts/gen_compile_commands.py | |
parent | mfd: rn5t618: Fix caching of battery related registers (diff) | |
download | linux-dev-1f0fa85c07fb53d756219cf7e6e8e77eab6e75eb.tar.xz linux-dev-1f0fa85c07fb53d756219cf7e6e8e77eab6e75eb.zip |
mfd: max14577: Remove redundant initialization of variable current_bits
The variable current_bits is being initialized with a value that is
never read and it is being updated later with a new value. The
initialization is redundant and can be removed.
Addresses-Coverity: ("Unused value")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'scripts/gen_compile_commands.py')
0 files changed, 0 insertions, 0 deletions