]> Git Repo - linux.git/commitdiff
isl29020: Remove a redundant semi-colon from return statement
authorJesper Juhl <[email protected]>
Sat, 17 Dec 2011 22:53:52 +0000 (23:53 +0100)
committerGreg Kroah-Hartman <[email protected]>
Wed, 4 Jan 2012 23:21:56 +0000 (15:21 -0800)
One is enough.

Signed-off-by: Jesper Juhl <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/misc/isl29020.c

index 307aada5fffeca067520a55eecb6c020c80bd7a6..3d6cce663beac466537c4b7392569b097dad7b53 100644 (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,
This page took 0.061812 seconds and 4 git commands to generate.