mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 11:40:19 -04:00
Staging: iio: Removes unwanted space before semicolon
Signed-off-by: Michael Welling <mwelling@ieee.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
9f9e1e0ff3
commit
8f2150dd8e
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user