commit | fb2fcaeaad504ae9dad26f7b26a8ea840d00535f | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Wed Jan 17 10:17:08 2018 +0000 |
committer | Mark Brown <broonie@kernel.org> | Wed Jan 17 11:21:53 2018 +0000 |
tree | 7379b16afc9f7ef2cc7810b9ddc284465ad035d8 | |
parent | 3a1479599a610cd49cbf91da68963ade90ee0fa3 [diff] |
ASoC: Intel: remove second duplicated assignment to pointer 'res' The second assignment to res is identical to the previous assignment so it is redundant and can be removed. Cleans up clang warning: sound/soc/intel/skylake/skl-topology.c:191:25: warning: Value stored to 'res' during its initialization is never read Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Mark Brown <broonie@kernel.org>