projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ef080e
)
Staging:iio:tsl2583 Removes unwanted space before semicolon
author
Michael Welling
<mwelling@ieee.org>
Sat, 4 Oct 2014 02:26:00 +0000
(
03:26
+0100)
committer
Jonathan 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/staging/iio/light/tsl2583.c
b/drivers/staging/iio/light/tsl2583.c
index f8c659568c384f1884e74757df2981deb508b0ab..9d39387b47b98293306ba9393e379324d21491ba 100644
(file)
--- a/
drivers/staging/iio/light/tsl2583.c
+++ b/
drivers/staging/iio/light/tsl2583.c
@@
-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;
}