ASoC: Intel: Skylake: Update the delay check
authorVinod Koul <vinod.koul@intel.com>
Fri, 5 Feb 2016 06:49:04 +0000 (12:19 +0530)
committerMark Brown <broonie@kernel.org>
Mon, 8 Feb 2016 16:44:17 +0000 (16:44 +0000)
commit33420d66354134b9369d0984a6ca418752c781a6
tree7a2c833075abd7519c952ad1e6f3ffedb68da0a9
parent98ab7a02046dd239f3f2eb923de0ce117dc29e15
ASoC: Intel: Skylake: Update the delay check

Delay check was using ternary operator, it can be simplified to
simple if condition, so update it

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/skylake/skl-pcm.c