lkml.org 
[lkml]   [2020]   [Oct]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 5.8 18/85] iio: adc: qcom-spmi-adc5: fix driver name
    Date
    From: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>

    commit fdb29f4de1374483291232ae7515e5e7bb464762 upstream.

    Remove superfluous '.c' from qcom-spmi-adc5 device driver name.
    Fixes: e13d757279bb ("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>
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

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

    --- a/drivers/iio/adc/qcom-spmi-adc5.c
    +++ b/drivers/iio/adc/qcom-spmi-adc5.c
    @@ -786,7 +786,7 @@ static int adc5_probe(struct platform_de

    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,

    \
     
     \ /
      Last update: 2020-10-05 17:32    [W:2.206 / U:0.692 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site