Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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,