Staging: iio: light trivial whitespace fix
Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
26de720828
commit
cb6405b15f
|
@ -646,7 +646,7 @@ static int __devinit tsl2563_probe(struct i2c_client *client,
|
||||||
|
|
||||||
err = tsl2563_detect(chip);
|
err = tsl2563_detect(chip);
|
||||||
if (err) {
|
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;
|
goto fail1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue