commit | fc3c335226a92f69aa01061e66b60ace88475dd3 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Wed Jun 09 13:00:50 2021 +0100 |
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | Sun Jun 20 22:29:50 2021 +0200 |
tree | d732a6b0d3abc1f3ae399a04fba5b3010ff6dd48 | |
parent | 950ac33dbe6ff656a623d862022f0762ec061ba7 [diff] |
rtc: v3020: remove redundant initialization of variable retval The variable retval is being initialized with a value that is never read, it is being updated later on. The assignment is redundant and can be removed. Addresses-Coverity: ("Unused value") Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Link: https://lore.kernel.org/r/20210609120050.185746-1-colin.king@canonical.com