Commit 2a5ac6f7 authored by Jesper Juhl's avatar Jesper Juhl Committed by Greg Kroah-Hartman

isl29020: Remove a redundant semi-colon from return statement

One is enough.
Signed-off-by: default avatarJesper Juhl <jj@chaosbits.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment