isl29020: Remove a redundant semi-colon from return statement

One is enough.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Jesper Juhl 2011-12-17 23:53:52 +01:00 committed by Greg Kroah-Hartman
parent f80ea66808
commit 2a5ac6f7a9
1 changed files with 1 additions and 1 deletions

View File

@ -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,