ASoC: es8328: remove unused variable 'pga_tlv'
authorYueHaibing <yuehaibing@huawei.com>
Thu, 15 Aug 2019 09:20:56 +0000 (17:20 +0800)
committerMark Brown <broonie@kernel.org>
Thu, 15 Aug 2019 14:06:31 +0000 (15:06 +0100)
commit97d39be9ce5befc2e36f15d0df33832e0f633565
tree61a7857ba69637ab8997076a56f09d0739f2023a
parent6d6376b143d59ab1b8635807c78d224d03580418
ASoC: es8328: remove unused variable 'pga_tlv'

sound/soc/codecs/es8328.c:102:35: warning:
 pga_tlv defined but not used [-Wunused-const-variable=]

They are never used, so can be removed.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Link: https://lore.kernel.org/r/20190815092056.28724-1-yuehaibing@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/es8328.c