From: Jonathan Cameron <[email protected]>

Signed-off-by: Jonathan Cameron <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
---
 drivers/staging/iio/light/tsl2563.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/iio/light/tsl2563.c 
b/drivers/staging/iio/light/tsl2563.c
index da3d51c..f8a0836 100644
--- a/drivers/staging/iio/light/tsl2563.c
+++ b/drivers/staging/iio/light/tsl2563.c
@@ -646,7 +646,7 @@ static int __devinit tsl2563_probe(struct i2c_client 
*client,
 
        err = tsl2563_detect(chip);
        if (err) {
-               dev_err(&client->dev, "device not found, error %d \n", -err);
+               dev_err(&client->dev, "device not found, error %d\n", -err);
                goto fail1;
        }
 
-- 
1.7.0.3

_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to