Re: [PATCH v2 08/11] staging: iio: tsl2x7x: add device ids for code readability

2018-05-06 Thread Jonathan Cameron
On Thu, 3 May 2018 22:53:16 -0400 Brian Masney wrote: > This patch adds the device IDs to the device_channel_config array to > improve code readability. > > Signed-off-by: Brian Masney Applied to the togreg branch of iio.git and pushed out as testing for the autobuilders to play with it. Than

[PATCH v2 08/11] staging: iio: tsl2x7x: add device ids for code readability

2018-05-03 Thread Brian Masney
This patch adds the device IDs to the device_channel_config array to improve code readability. Signed-off-by: Brian Masney --- drivers/staging/iio/light/tsl2x7x.c | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/drivers/staging/iio/light/tsl2x7x.c b/dri