lkml.org 
[lkml]   [2012]   [Apr]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Subject[PATCH 2/6] regulator: max8649: Constify regulator_desc
    From
    Date
    Signed-off-by: Axel Lin <axel.lin@gmail.com>
    ---
    drivers/regulator/max8649.c | 2 +-
    1 files changed, 1 insertions(+), 1 deletions(-)

    diff --git a/drivers/regulator/max8649.c b/drivers/regulator/max8649.c
    index 2e9ffbe..dca7835 100644
    --- a/drivers/regulator/max8649.c
    +++ b/drivers/regulator/max8649.c
    @@ -207,7 +207,7 @@ static struct regulator_ops max8649_dcdc_ops = {

    };

    -static struct regulator_desc dcdc_desc = {
    +static const struct regulator_desc dcdc_desc = {
    .name = "max8649",
    .ops = &max8649_dcdc_ops,
    .type = REGULATOR_VOLTAGE,
    --
    1.7.5.4




    \
     
     \ /
      Last update: 2012-04-06 02:29    [W:2.559 / U:0.956 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site