Re: [PATCH] iio: isl29018: Fix uninitialized value

2013-09-10 Thread Jonathan Cameron
On 08/29/13 21:14, Derek Basehore wrote: > The lux_uscale value is not initialized at probe. The value will be > uninitialized unless a value is written to it through the iio channel > interface. > This fixes that. > > Signed-off-by: Derek Basehore > Reviewed-on: https://gerrit.chromium.org/gerr

[PATCH] iio: isl29018: Fix uninitialized value

2013-08-29 Thread Derek Basehore
The lux_uscale value is not initialized at probe. The value will be uninitialized unless a value is written to it through the iio channel interface. This fixes that. Signed-off-by: Derek Basehore Reviewed-on: https://gerrit.chromium.org/gerrit/65998 --- drivers/staging/iio/light/isl29018.c | 1 +