lkml.org 
[lkml]   [2021]   [Apr]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[PATCH v7 8/9] regulator: bd9576: Fix the driver name in id table
    Driver name was changed in MFD cell:
    https://lore.kernel.org/lkml/560b9748094392493ebf7af11b6cc558776c4fd5.1613031055.git.matti.vaittinen@fi.rohmeurope.com/
    Fix the ID table to match this.

    Signed-off-by: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>
    ---
    No changes since RFC-v2
    ---
    drivers/regulator/bd9576-regulator.c | 4 ++--
    1 file changed, 2 insertions(+), 2 deletions(-)

    diff --git a/drivers/regulator/bd9576-regulator.c b/drivers/regulator/bd9576-regulator.c
    index 0d55d383d2aa..aeb816cf9ad3 100644
    --- a/drivers/regulator/bd9576-regulator.c
    +++ b/drivers/regulator/bd9576-regulator.c
    @@ -1117,8 +1117,8 @@ static int bd957x_probe(struct platform_device *pdev)
    }

    static const struct platform_device_id bd957x_pmic_id[] = {
    - { "bd9573-pmic", ROHM_CHIP_TYPE_BD9573 },
    - { "bd9576-pmic", ROHM_CHIP_TYPE_BD9576 },
    + { "bd9573-regulator", ROHM_CHIP_TYPE_BD9573 },
    + { "bd9576-regulator", ROHM_CHIP_TYPE_BD9576 },
    { },
    };
    MODULE_DEVICE_TABLE(platform, bd957x_pmic_id);
    --
    2.25.4

    --
    Matti Vaittinen, Linux device drivers
    ROHM Semiconductors, Finland SWDC
    Kiviharjunlenkki 1E
    90220 OULU
    FINLAND

    ~~~ "I don't think so," said Rene Descartes. Just then he vanished ~~~
    Simon says - in Latin please.
    ~~~ "non cogito me" dixit Rene Descarte, deinde evanescavit ~~~
    Thanks to Simon Glass for the translation =]

    \
     
     \ /
      Last update: 2021-04-14 08:00    [W:5.297 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site