]> asedeno.scripts.mit.edu Git - linux.git/commit
regulator: pcap-regulator: remove unused variable 'SW3_table'
authorYueHaibing <yuehaibing@huawei.com>
Sat, 28 Sep 2019 08:55:40 +0000 (16:55 +0800)
committerMark Brown <broonie@kernel.org>
Tue, 1 Oct 2019 11:46:37 +0000 (12:46 +0100)
commit182a1d8bc4ed30f5e0bb7fb52606fa1888430ca4
treef32081a45f851011ee7d501b713e177a0cbc8448
parente62cb0e0002ceb1a761b4dd7bb6a2bfc77a1ae77
regulator: pcap-regulator: remove unused variable 'SW3_table'

drivers/regulator/pcap-regulator.c:89:27: warning:
 SW3_table defined but not used [-Wunused-const-variable=]

It is never used, so can be removed.

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Link: https://lore.kernel.org/r/20190928085540.45332-1-yuehaibing@huawei.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/pcap-regulator.c