[alsa-devel] [PATCH v2 3/3] ASoC: rt5677: Remove never used variables

Mark Brown broonie at kernel.org
Wed Jul 19 13:24:12 CEST 2017


On Tue, Jul 18, 2017 at 08:34:19PM +0300, Andy Shevchenko wrote:
> 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.

Are we sure this doesn't mean something has the wrong TLV or a missing
TLV?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 488 bytes
Desc: not available
URL: <http://mailman.alsa-project.org/pipermail/alsa-devel/attachments/20170719/3565727b/attachment.sig>


More information about the Alsa-devel mailing list