iio: humidity: hdc100x: correct humidity integration time mask
authorAlison Schofield <amsfield22@gmail.com>
Fri, 20 May 2016 17:06:41 +0000 (10:06 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 27 Jul 2016 16:47:36 +0000 (09:47 -0700)
commitf7ba3de17a6a81e9301648c3b024510d6df5be37
tree42aad0f97d179e3014b2f1ac899a425d94347e63
parentc00a4987faf46e3192dab01f0486038fdaf2ca1a
iio: humidity: hdc100x: correct humidity integration time mask

commit 0e35cf5ce00d873d6e529d2b2cd7598d52438051 upstream.

Apply the correct mask to enable all available humidity integration
times.  Currently, the driver defaults to 6500 and all is okay with that.
However, if 3850 is selected we get a stuck bit and can't change back
to 6500 or select 2500.  (Verified with HDC1008)

Signed-off-by: Alison Schofield <amsfield22@gmail.com>
Cc: Daniel Baluta <daniel.baluta@gmail.com>
Reviewed-by: Matt Ranostay <mranostay@gmail.com>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/iio/humidity/hdc100x.c