Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6a2f39b7 authored by Peter Meerwald's avatar Peter Meerwald Committed by Jonathan Cameron
Browse files

iio: Fix tcs3472 buffer size



and drop obsolete #define

Signed-off-by: default avatarPeter Meerwald <pmeerw@pmeerw.net>
Signed-off-by: default avatarJonathan Cameron <jic23@kernel.org>
parent da1690e6
Loading
Loading
Loading
Loading
+1 −4
Original line number Original line Diff line number Diff line
@@ -55,12 +55,9 @@ struct tcs3472_data {
	u8 enable;
	u8 enable;
	u8 control;
	u8 control;
	u8 atime;
	u8 atime;
	u16 buffer[4];
	u16 buffer[8]; /* 4 16-bit channels + 64-bit timestamp */
};
};


/* 4 16-bit channels + timestamp = 16 bytes */
#define TSL3472_BUFFER_SIZE 16

#define TCS3472_CHANNEL(_color, _si, _addr) { \
#define TCS3472_CHANNEL(_color, _si, _addr) { \
	.type = IIO_INTENSITY, \
	.type = IIO_INTENSITY, \
	.modified = 1, \
	.modified = 1, \