lkml.org 
[lkml]   [2009]   [Jun]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    SubjectRe: [PATCH 37/62] drivers/regulator/pcf50633-regulator.c: Remove unnecessary semicolons
    From
    Date
    On Sun, 2009-06-28 at 09:26 -0700, Joe Perches wrote:
    > Signed-off-by: Joe Perches <joe@perches.com>
    > ---
    > drivers/regulator/pcf50633-regulator.c | 2 +-
    > 1 files changed, 1 insertions(+), 1 deletions(-)
    >
    > diff --git a/drivers/regulator/pcf50633-regulator.c b/drivers/regulator/pcf50633-regulator.c
    > index 8e14900..70ba775 100644
    > --- a/drivers/regulator/pcf50633-regulator.c
    > +++ b/drivers/regulator/pcf50633-regulator.c
    > @@ -155,7 +155,7 @@ static int pcf50633_regulator_get_voltage(struct regulator_dev *rdev)
    > int regulator_id, millivolts, volt_bits;
    > u8 regnr;
    >
    > - pcf = rdev_get_drvdata(rdev);;
    > + pcf = rdev_get_drvdata(rdev);
    >
    > regulator_id = rdev_get_id(rdev);
    > if (regulator_id >= PCF50633_NUM_REGULATORS)

    Applied.

    Thanks

    Liam



    \
     
     \ /
      Last update: 2009-06-29 12:35    [W:4.197 / U:0.004 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site