Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

iio: light: tsl2591: delete a stray tab

This return statement is indented one more tab than it should be.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Link: https://lore.kernel.org/r/YJ523y0dhc1IwCOB@mwanda
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Dan Carpenter and committed by
Jonathan Cameron
2989df46 7fce54ac

+1 -1
+1 -1
drivers/iio/light/tsl2591.c
··· 451 451 sizeof(als_data), als_data); 452 452 if (ret < 0) { 453 453 dev_err(&client->dev, "Failed to read data bytes"); 454 - return ret; 454 + return ret; 455 455 } 456 456 457 457 als_ch0 = get_unaligned_le16(&als_data[0]);