]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
mfd: lm3533: Fix unused variable build warning
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Wed, 7 Oct 2015 12:28:48 +0000 (17:58 +0530)
committerLee Jones <lee.jones@linaro.org>
Fri, 30 Oct 2015 17:19:52 +0000 (17:19 +0000)
We were getting build warning about unused variable 'ret'.
The commit c749db571dcf has removed the use of ret but missed removing
the variable which is unused now.

Fixes: c749db571dcf ("mfd: lm3533: Simplify function return logic")
Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/lm3533-core.c

index 193ecee1fa7e82427e7bae728a62bd259b982165..5abcbb2e8849607f2e626109d3ddda0eb60dc9dd 100644 (file)
@@ -592,7 +592,6 @@ static int lm3533_i2c_probe(struct i2c_client *i2c,
                                        const struct i2c_device_id *id)
 {
        struct lm3533 *lm3533;
-       int ret;
 
        dev_dbg(&i2c->dev, "%s\n", __func__);