Skip to content

Commit fdb29f4

Browse files
lumagjic23
authored andcommitted
iio: adc: qcom-spmi-adc5: fix driver name
Remove superfluous '.c' from qcom-spmi-adc5 device driver name. Fixes: e13d757 ("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>
1 parent 62fe3e4 commit fdb29f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/iio/adc/qcom-spmi-adc5.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@ static int adc5_probe(struct platform_device *pdev)
982982

983983
static struct platform_driver adc5_driver = {
984984
.driver = {
985-
.name = "qcom-spmi-adc5.c",
985+
.name = "qcom-spmi-adc5",
986986
.of_match_table = adc5_match_table,
987987
},
988988
.probe = adc5_probe,

0 commit comments

Comments
 (0)