提交 2a5ac6f7 编写于 作者: J Jesper Juhl 提交者: Greg Kroah-Hartman

isl29020: Remove a redundant semi-colon from return statement

One is enough.
Signed-off-by: NJesper Juhl <jj@chaosbits.net>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 f80ea668
......@@ -158,7 +158,7 @@ static int als_set_default_config(struct i2c_client *client)
dev_err(&client->dev, "default write failed.");
return retval;
}
return 0;;
return 0;
}
static int isl29020_probe(struct i2c_client *client,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册