diff options
| author | Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> | 2022-05-20 16:17:09 -0500 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2022-06-06 12:35:12 +0100 |
| commit | d8af541139fa135a250c5ae743bfec3b49e97c3a (patch) | |
| tree | 4ead4df459ccaa77d0701ef05836d6a98533feca /tools/perf/scripts/python | |
| parent | ASoC: Intel: atom: sst: remove useless initialization (diff) | |
| download | linux-d8af541139fa135a250c5ae743bfec3b49e97c3a.tar.gz linux-d8af541139fa135a250c5ae743bfec3b49e97c3a.zip | |
ASoC: Intel: atom: sst_ipc: remove redundant test
cppcheck warning:
sound/soc/intel/atom/sst/sst_ipc.c:344:30: style: Condition 'drv_id'
is always true [knownConditionTrueFalse]
if (msg_high.part.result && drv_id && !msg_high.part.large) {
^
sound/soc/intel/atom/sst/sst_ipc.c:337:13: note: Assuming that
condition 'drv_id==0' is not redundant
if (drv_id == SST_ASYNC_DRV_ID) {
^
sound/soc/intel/atom/sst/sst_ipc.c:344:30: note: Condition 'drv_id' is
always true
if (msg_high.part.result && drv_id && !msg_high.part.large) {
^
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Reviewed-by: Péter Ujfalusi <peter.ujfalusi@linux.intel.com>
Link: https://lore.kernel.org/r/20220520211719.607543-7-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
