linux_dsm_epyc7002/sound/soc/sof/intel
Pierre-Louis Bossart f9f618e712
ASoC: SOF: Intel: byt: fix operator precedence warnings
Address cppcheck warnings

sound/soc/sof/intel/byt.c:163:26: style: Clarify calculation
precedence for '&' and '?'. [clarifyCalculation]
  panic & SHIM_IPCX_BUSY ? "yes" : "no",
                         ^

sound/soc/sof/intel/byt.c:164:26: style: Clarify calculation
precedence for '&' and '?'. [clarifyCalculation]
  panic & SHIM_IPCX_DONE ? "yes" : "no", panic);
                         ^

sound/soc/sof/intel/byt.c:167:25: style: Clarify calculation
precedence for '&' and '?'. [clarifyCalculation]
  imrx & SHIM_IMRX_BUSY ? "yes" : "no",
                        ^

sound/soc/sof/intel/byt.c:168:25: style: Clarify calculation
precedence for '&' and '?'. [clarifyCalculation]
  imrx & SHIM_IMRX_DONE ? "yes" : "no", imrx);
                        ^

sound/soc/sof/intel/byt.c:171:27: style: Clarify calculation
precedence for '&' and '?'. [clarifyCalculation]
  status & SHIM_IPCD_BUSY ? "yes" : "no",
                          ^

sound/soc/sof/intel/byt.c:172:27: style: Clarify calculation
precedence for '&' and '?'. [clarifyCalculation]
  status & SHIM_IPCD_DONE ? "yes" : "no", status);
                          ^

sound/soc/sof/intel/byt.c:175:25: style: Clarify calculation
precedence for '&' and '?'. [clarifyCalculation]
  imrd & SHIM_IMRD_BUSY ? "yes" : "no",
                        ^

sound/soc/sof/intel/byt.c:176:25: style: Clarify calculation
precedence for '&' and '?'. [clarifyCalculation]
  imrd & SHIM_IMRD_DONE ? "yes" : "no", imrd);
                        ^

Fixes: 3a9e204d4e ("ASoC: SOF: Intel: Add context data to any IPC timeout.")
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20191011164312.7988-2-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
2019-10-14 12:58:17 +01:00
..
apl.c ASoC: SOF: Intel: hda: Use generic function for fw ready / mem windows creation 2019-08-09 13:25:22 +01:00
bdw.c Merge branch 'asoc-5.4' into asoc-5.5 2019-10-02 12:50:40 +01:00
byt.c ASoC: SOF: Intel: byt: fix operator precedence warnings 2019-10-14 12:58:17 +01:00
cnl.c ASoC: SOF: Intel: initial support for Elkhart Lake 2019-08-15 18:13:39 +01:00
hda-bus.c ASoC: SOF: Intel: Add missing include file hdac_hda.h 2019-08-09 13:24:20 +01:00
hda-codec.c ASoC: SOF: Intel: hda: Enable jack detection 2019-07-23 12:21:03 +01:00
hda-ctrl.c ASoC: SOF: Intel: hda: Disable DMI L1 entry during capture 2019-10-01 18:32:01 +01:00
hda-dai.c ASoC: SOF: Intel: hda: fix stream id setting 2019-07-23 12:25:31 +01:00
hda-dsp.c ASoC: SOF: fix HDA direct MMIO access 2019-08-13 12:41:04 +01:00
hda-ipc.c ASoC: SOF: Intel: hda: Use generic function for fw ready / mem windows creation 2019-08-09 13:25:22 +01:00
hda-loader.c ASoC: SOF: Intel: hda: fix warnings during FW load 2019-10-01 18:31:45 +01:00
hda-pcm.c ASoC: SOF: Intel: hda: fix reset of host_period_bytes 2019-10-01 18:35:28 +01:00
hda-stream.c ASoC: SOF: Intel: hda: Disable DMI L1 entry during capture 2019-10-01 18:32:01 +01:00
hda-trace.c ASoC: SOF: Intel: Add Intel specific HDA trace operations 2019-04-28 02:51:23 +09:00
hda.c Revert "ASoC: SOF: Force polling mode on CFL and CNL" 2019-10-10 15:15:03 +01:00
hda.h ASoC: SOF: Intel: hda: Disable DMI L1 entry during capture 2019-10-01 18:32:01 +01:00
intel-ipc.c ASoC: SOF: Intel: Add legacy IPC support 2019-04-28 02:50:40 +09:00
Kconfig ASoC: SOF: Intel: hda: Disable DMI L1 entry during capture 2019-10-01 18:32:01 +01:00
Makefile ASoC: SOF: Add Build support for SOF core and Intel drivers 2019-04-28 02:51:46 +09:00
shim.h ASoC: SOF: Intel: hda: add SSP info to the chip info struct 2019-05-03 14:57:39 +09:00