mirror of
https://github.com/torvalds/linux.git
synced 2024-12-27 13:22:23 +00:00
iio: adc: qcom-spmi-adc5: fix driver name
Remove superfluous '.c' from qcom-spmi-adc5 device driver name.
Fixes: e13d757279
("iio: adc: Add QCOM SPMI PMIC5 ADC driver")
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Acked-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>
Cc: <Stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20200910140000.324091-2-dmitry.baryshkov@linaro.org
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
This commit is contained in:
parent
62fe3e42ba
commit
fdb29f4de1
@ -982,7 +982,7 @@ static int adc5_probe(struct platform_device *pdev)
|
|||||||
|
|
||||||
static struct platform_driver adc5_driver = {
|
static struct platform_driver adc5_driver = {
|
||||||
.driver = {
|
.driver = {
|
||||||
.name = "qcom-spmi-adc5.c",
|
.name = "qcom-spmi-adc5",
|
||||||
.of_match_table = adc5_match_table,
|
.of_match_table = adc5_match_table,
|
||||||
},
|
},
|
||||||
.probe = adc5_probe,
|
.probe = adc5_probe,
|
||||||
|
Loading…
Reference in New Issue
Block a user