mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 01:22:07 +00:00
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>
This commit is contained in:
parent
7fce54ace3
commit
2989df460c
@ -451,7 +451,7 @@ static int tsl2591_read_channel_data(struct iio_dev *indio_dev,
|
||||
sizeof(als_data), als_data);
|
||||
if (ret < 0) {
|
||||
dev_err(&client->dev, "Failed to read data bytes");
|
||||
return ret;
|
||||
return ret;
|
||||
}
|
||||
|
||||
als_ch0 = get_unaligned_le16(&als_data[0]);
|
||||
|
Loading…
Reference in New Issue
Block a user