Staging:iio:tsl2583 Removes unwanted space before semicolon

Signed-off-by: Michael Welling <mwelling@ieee.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
This commit is contained in:
Michael Welling 2014-10-04 03:26:00 +01:00 committed by Jonathan Cameron
parent 9ef080ec0c
commit 913423409d
1 changed files with 1 additions and 1 deletions

View 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;
}