ASoC: Intel: mrfld - remove unnecessary check for pointer
authorVinod Koul <vinod.koul@intel.com>
Tue, 4 Nov 2014 10:55:15 +0000 (16:25 +0530)
committerMark Brown <broonie@kernel.org>
Thu, 6 Nov 2014 12:36:17 +0000 (12:36 +0000)
the 'platform' pointer in sst_map_modules_to_pipe() is deref in caller
function so we need to check for it in this function

Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

No differences found