]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Staging:iio:tsl2583 Removes unwanted space before semicolon
authorMichael Welling <mwelling@ieee.org>
Sat, 4 Oct 2014 02:26:00 +0000 (03:26 +0100)
committerJonathan Cameron <jic23@kernel.org>
Sat, 12 Apr 2014 17:29:08 +0000 (18:29 +0100)
Signed-off-by: Michael Welling <mwelling@ieee.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/staging/iio/light/tsl2583.c

index f8c659568c384f1884e74757df2981deb508b0ab..9d39387b47b98293306ba9393e379324d21491ba 100644 (file)
@@ -211,7 +211,7 @@ static int taos_get_lux(struct iio_dev *indio_dev)
        if (chip->taos_chip_status != TSL258X_CHIP_WORKING) {
                /* device is not enabled */
                dev_err(&chip->client->dev, "taos_get_lux device is not enabled\n");
-               ret = -EBUSY ;
+               ret = -EBUSY;
                goto out_unlock;
        }