diff options
author | Colin Ian King | 2017-09-18 11:26:03 +0200 |
---|---|---|
committer | Mark Brown | 2017-09-19 13:57:06 +0200 |
commit | 20cf7e3ce3083593e163849ae6ba95525f2366ca (patch) | |
tree | 07937c467a2043a264af6d25bdf1e9db106384da /sound/core/timer_compat.c | |
parent | Linux 4.14-rc1 (diff) | |
download | kernel-qcow2-linux-20cf7e3ce3083593e163849ae6ba95525f2366ca.tar.gz kernel-qcow2-linux-20cf7e3ce3083593e163849ae6ba95525f2366ca.tar.xz kernel-qcow2-linux-20cf7e3ce3083593e163849ae6ba95525f2366ca.zip |
ASoC: qcom: remove duplicate initializations of dma_ch and v
dma_ch is being initialized to zero and then immediately afterwards
being updated again, so the first initialization is redundant and
can be remove.
Likewise, the pointer v is being initialized twice, so remove the second
duplicate initialization.
Cleans up two clang build warnings:
warning: Value stored to 'dma_ch' is never read
warning: Value stored to 'v' during its initialization is never read
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/core/timer_compat.c')
0 files changed, 0 insertions, 0 deletions