Re: [PATCH v4 04/26] staging: iio: tsl2583: change current chip state from a tristate to a bool

2016-11-13 Thread Jonathan Cameron
On 12/11/16 18:19, Brian Masney wrote: > The current chip state is represented as a tristate (working, suspended, > and unknown). The unknown state was not used. This patch changes the > chip state so that it is now represented as a single boolean value > (suspended). > > Signed-off-by: Brian Masn

[PATCH v4 04/26] staging: iio: tsl2583: change current chip state from a tristate to a bool

2016-11-12 Thread Brian Masney
The current chip state is represented as a tristate (working, suspended, and unknown). The unknown state was not used. This patch changes the chip state so that it is now represented as a single boolean value (suspended). Signed-off-by: Brian Masney --- drivers/staging/iio/light/tsl2583.c | 20 +