]> asedeno.scripts.mit.edu Git - linux.git/commit
ASoC: max9850: remove unused variable 'max9850_reg'
authorYueHaibing <yuehaibing@huawei.com>
Thu, 8 Aug 2019 14:35:07 +0000 (22:35 +0800)
committerMark Brown <broonie@kernel.org>
Fri, 9 Aug 2019 17:12:39 +0000 (18:12 +0100)
commitc86102a333f77dcd0f7ef20ba836c6f13f1a077a
tree69354f3a6a3484aebd1d8dcf2043b8c84ba2c475
parentdbf0649f4340c8bb7d36b8d6255dba03ed6981e7
ASoC: max9850: remove unused variable 'max9850_reg'

sound/soc/codecs/max9850.c:31:33: warning:
 max9850_reg defined but not used [-Wunused-const-variable=]

It is not used since commit 068416620c0d ("ASoC:
max9850: Convert to direct regmap API usage")

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