• Pierre-Louis Bossart's avatar
    ASoC: SOF: Intel: byt: fix operator precedence warnings · f9f618e7
    Pierre-Louis Bossart authored
    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: 3a9e204d ("ASoC: SOF: Intel: Add context data to any IPC timeout.")
    Signed-off-by: default avatarPierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
    Link: https://lore.kernel.org/r/20191011164312.7988-2-pierre-louis.bossart@linux.intel.comSigned-off-by: default avatarMark Brown <broonie@kernel.org>
    f9f618e7
byt.c 19.5 KB