diff mbox series

[v4,01/10] iio: adc: qcom-spmi-adc5: fix driver name

Message ID 20200910140000.324091-2-dmitry.baryshkov@linaro.org
State New
Headers show
Series [v4,01/10] iio: adc: qcom-spmi-adc5: fix driver name | expand

Commit Message

Dmitry Baryshkov Sept. 10, 2020, 1:59 p.m. UTC
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>

---
 drivers/iio/adc/qcom-spmi-adc5.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.28.0

Comments

Jonathan Cameron Sept. 13, 2020, 10:03 a.m. UTC | #1
On Thu, 10 Sep 2020 16:59:51 +0300
Dmitry Baryshkov <dmitry.baryshkov@linaro.org> wrote:

> 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>


In the interests of getting this one into stable reasonably quickly I've
pulled it off this set and applied it to my fixes-togreg branch of iio.git.

Shouldn't cause any problems taking the rest of the set via whatever path
makes most sense.

Thanks,

Jonathan

> ---

>  drivers/iio/adc/qcom-spmi-adc5.c | 2 +-

>  1 file changed, 1 insertion(+), 1 deletion(-)

> 

> diff --git a/drivers/iio/adc/qcom-spmi-adc5.c b/drivers/iio/adc/qcom-spmi-adc5.c

> index b4b73c9920b4..c10aa28be70a 100644

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

> +++ b/drivers/iio/adc/qcom-spmi-adc5.c

> @@ -982,7 +982,7 @@ static int adc5_probe(struct platform_device *pdev)

>  

>  static struct platform_driver adc5_driver = {

>  	.driver = {

> -		.name = "qcom-spmi-adc5.c",

> +		.name = "qcom-spmi-adc5",

>  		.of_match_table = adc5_match_table,

>  	},

>  	.probe = adc5_probe,
diff mbox series

Patch

diff --git a/drivers/iio/adc/qcom-spmi-adc5.c b/drivers/iio/adc/qcom-spmi-adc5.c
index b4b73c9920b4..c10aa28be70a 100644
--- a/drivers/iio/adc/qcom-spmi-adc5.c
+++ b/drivers/iio/adc/qcom-spmi-adc5.c
@@ -982,7 +982,7 @@  static int adc5_probe(struct platform_device *pdev)
 
 static struct platform_driver adc5_driver = {
 	.driver = {
-		.name = "qcom-spmi-adc5.c",
+		.name = "qcom-spmi-adc5",
 		.of_match_table = adc5_match_table,
 	},
 	.probe = adc5_probe,