diff options
author | Vinod Koul <vinod.koul@intel.com> | 2016-12-08 23:01:36 +0530 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-12-15 11:34:44 +0000 |
commit | e85a709974db40779f5942ed81e9262c62179863 (patch) | |
tree | f0837588aa785e78c3a4f7a98d75b35f88b60f66 /scripts/gdb/linux/tasks.py | |
parent | a5de5b74a50113564a1e0850e2da96c37c35e55d (diff) |
ASoC: samsung: smdk_wm8580: remove unused ‘bfs’
In smdk_hw_params(), 'bfs' is initialized and assigned bits based on
params_width, but never used.
We could have removed the whole switch case but then driver might be
relying on checking bits, so I have kept the case for now.
sound/soc/samsung/smdk_wm8580.c: In function ‘smdk_hw_params’:
sound/soc/samsung/smdk_wm8580.c:35:6: warning: variable ‘bfs’ set but not used [-Wunused-but-set-variable]
int bfs, rfs, ret;
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'scripts/gdb/linux/tasks.py')
0 files changed, 0 insertions, 0 deletions