diff options
author | Colin Ian King <colin.i.king@gmail.com> | 2025-05-07 17:09:07 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2025-05-08 04:32:52 +0300 |
commit | 8147e75bd5f0977f6d389f6cdb4f10956cc3d88f (patch) | |
tree | 8ceec9b32bc7fe6a98b5abc428575f05a8788e67 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | d75d38dc460452cc8bbca483dee65839e11c71fe (diff) | |
download | linux-8147e75bd5f0977f6d389f6cdb4f10956cc3d88f.tar.xz |
ASoC: rt712-sdca: remove redundant else path of if statement
There is an if/else check where the else part is executed if
adc_vol_flag is true, this else path checks if adc_vol_flag
is true (which is a redundant second check) and the if path is
always taken. Remove the redundant check and remove the else
path since that can never occur.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link: https://patch.msgid.link/20250507140907.255562-1-colin.i.king@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions