diff options
author | 2018-03-08 14:32:49 +0100 | |
---|---|---|
committer | 2018-03-08 15:11:24 +0000 | |
commit | 0338753a57aaf331cb7016bbfdba6086bf93149c (patch) | |
tree | d40d34d07c8d42249ec2f90b9f43c21ac86d0410 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Linux 4.16-rc1 (diff) | |
download | linux-dev-0338753a57aaf331cb7016bbfdba6086bf93149c.tar.xz linux-dev-0338753a57aaf331cb7016bbfdba6086bf93149c.zip |
ASoC: cygnus: remove redundant assignment to pointer 'res'
The pointer res is being initialized with a value that is never read
and re-assigned immediately after, hence the initialization is redundant
and can be removed.
Cleans up clang warning:
sound/soc/bcm/cygnus-ssp.c:1284:19: 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>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions