diff options
| author | Andy Shevchenko <[email protected]> | 2017-07-18 17:34:19 +0000 |
|---|---|---|
| committer | Mark Brown <[email protected]> | 2017-07-20 11:21:26 +0000 |
| commit | c0d1cb8366bab9963822c27b0d40cb8b32928cdc (patch) | |
| tree | 822d5c18837dd98b7712ec628e861ffa7c00baae /net/switchdev/switchdev.c | |
| parent | ASoC: rt5677: Refactor code to avoid comparison unsigned >= 0 (diff) | |
| download | kernel-c0d1cb8366bab9963822c27b0d40cb8b32928cdc.tar.gz kernel-c0d1cb8366bab9963822c27b0d40cb8b32928cdc.zip | |
ASoC: rt5677: Remove never used variables
There are two variables that have never been used.
sound/soc/codecs/rt5677.c:785:35: warning: ‘in_vol_tlv’ defined but not used [-Wunused-const-variable=]
static const DECLARE_TLV_DB_SCALE(in_vol_tlv, -3450, 150, 0);
sound/soc/codecs/rt5677.c:783:35: warning: ‘out_vol_tlv’ defined but not used [-Wunused-const-variable=]
static const DECLARE_TLV_DB_SCALE(out_vol_tlv, -4650, 150, 0);
Simple remove them.
Signed-off-by: Andy Shevchenko <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
Diffstat (limited to 'net/switchdev/switchdev.c')
0 files changed, 0 insertions, 0 deletions
