diff options
author | Colin Ian King <[email protected]> | 2020-04-02 12:08:57 +0100 |
---|---|---|
committer | Thierry Reding <[email protected]> | 2020-04-03 21:40:56 +0200 |
commit | 437fb760d046340d0dee3b4307e1cf4578fd8ca8 (patch) | |
tree | 517c7e599393e10e032e525c95070c00719809f2 /lib/mpi | |
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 <[email protected]>
Acked-by: Uwe Kleine-König <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
Diffstat (limited to 'lib/mpi')
0 files changed, 0 insertions, 0 deletions