diff options
author | Jeeja KP <jeeja.kp@intel.com> | 2015-11-13 19:22:11 +0530 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-11-18 18:46:36 +0000 |
commit | 0ed95d769c8d6c1030dd9f94cf6fb2a6ed98a4ce (patch) | |
tree | 194361780c8738faf0fc93abc7cfca51c8bc37b2 /.gitignore | |
parent | e797af53b8814dfbc3c6ac134c528b8ab480f275 (diff) |
ASoC: Intel: Skylake: Fix null ptr dereferenced in skl_tplg_bind_sinks
This patch fixes the below warning form smatch and makes the
skl_tplg_bind_sinks take the next sink as argument which is true
when the current sink is valid
sound/soc/intel/skylake/skl-topology.c:453 skl_tplg_bind_sinks()
error: we previously assumed 'sink' could be null (see line 452)
sound/soc/intel/skylake/skl-topology.c
451
452 if (!sink)
^^^^
New check. Reversed?
453 return skl_tplg_bind_sinks(sink, skl, src_mconfig);
^^^^ This is
dereferenced inside the function.
454
455 return 0;
Reported-by: Dan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: Jeeja KP <jeeja.kp@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions