commit | 437fb760d046340d0dee3b4307e1cf4578fd8ca8 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Thu Apr 02 12:08:57 2020 +0100 |
committer | Thierry Reding <thierry.reding@gmail.com> | Fri Apr 03 21:40:56 2020 +0200 |
tree | 517c7e599393e10e032e525c95070c00719809f2 | |
parent | a2005fc791798f40cc9895b6abda8fbc7a168174 [diff] |
pwm: meson: Remove redundant assignment to variable fin_freq The variable fin_freq 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> Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>