]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: intel: remove unused variable data and associated code
authorColin Ian King <colin.king@canonical.com>
Wed, 22 Mar 2017 14:36:44 +0000 (14:36 +0000)
committerMark Brown <broonie@kernel.org>
Mon, 27 Mar 2017 11:31:43 +0000 (12:31 +0100)
commit81a6d3a58b9c4d339da9ba4b19810379c84211b8
tree8221e37f7035dfa1a73cdc8cafe3402d11c8038e
parent3f19df5dbd75370efbed7e992e99263b92da7287
ASoC: intel: remove unused variable data and associated code

The variable 'data' is assigned null and never re-assigned. There
is also a redundant check for data being non-null which is always
false, so remove this and the variable data and dma_addr as they
are not used once the dead code has been removed.

Detected with CoverityScan, CID#1324015 ("'Constant' variable gaurds
dead code")

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Jie Yang <yang.jie@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/haswell/sst-haswell-ipc.c