lkml.org 
[lkml]   [2015]   [Sep]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 6/8] mfd: da903x: Simplify function return logic
    Date
    The invoked function already returns zero on success or a negative
    errno code so there is no need to open code the logic in the caller.

    Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
    ---

    drivers/mfd/da903x.c | 6 +-----
    1 file changed, 1 insertion(+), 5 deletions(-)

    diff --git a/drivers/mfd/da903x.c b/drivers/mfd/da903x.c
    index ef7fe2ae2fa4..37e4426ef061 100644
    --- a/drivers/mfd/da903x.c
    +++ b/drivers/mfd/da903x.c
    @@ -532,11 +532,7 @@ static int da903x_probe(struct i2c_client *client,
    return ret;
    }

    - ret = da903x_add_subdevs(chip, pdata);
    - if (ret)
    - return ret;
    -
    - return 0;
    + return da903x_add_subdevs(chip, pdata);
    }

    static int da903x_remove(struct i2c_client *client)
    --
    2.4.3


    \
     
     \ /
      Last update: 2015-09-29 13:41    [W:4.138 / U:0.128 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site