diff options
author | Colin Ian King <colin.king@canonical.com> | 2020-07-23 18:15:41 +0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2020-08-13 08:50:04 +0200 |
commit | 1f0fa85c07fb53d756219cf7e6e8e77eab6e75eb (patch) | |
tree | 668ef885f35755336195119ce59f5c368c948595 /drivers/edac | |
parent | mfd: rn5t618: Fix caching of battery related registers (diff) | |
download | linux-1f0fa85c07fb53d756219cf7e6e8e77eab6e75eb.tar.xz linux-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 'drivers/edac')
0 files changed, 0 insertions, 0 deletions