提交 0a271864 编写于 作者: S Sudip Mukherjee 提交者: Lee Jones

mfd: lm3533: Fix unused variable build warning

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: NSudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: NLee Jones <lee.jones@linaro.org>
上级 ce6a5acc
......@@ -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__);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册