power: supply: bq25980: remove redundant zero check on ret
authorColin Ian King <colin.king@canonical.com>
Tue, 6 Oct 2020 17:06:00 +0000 (18:06 +0100)
committerSebastian Reichel <sre@kernel.org>
Thu, 8 Oct 2020 21:31:01 +0000 (23:31 +0200)
commit4b464bad37c65492f03fe6cc15bdb6a9a6a5f5e7
tree254d05731355f3a1ccec7c180e4d0c508ccb58e0
parentec871696b77767672cae1fe3158dbe1a86abcfdd
power: supply: bq25980: remove redundant zero check on ret

Currently ret is assigned to zero and the following statement checks
if it is non-zero. This check is redundant and can be removed

Addresses-Coverity: ("Logically dead code")
Fixes: 5069185fc18e ("power: supply: bq25980: Add support for the BQ259xx family")
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Dan Murphy <dmurphy@ti.com>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
drivers/power/supply/bq25980_charger.c