iio: humidity: hdc100x: correct humidity integration time mask
authorAlison Schofield <amsfield22@gmail.com>
Fri, 20 May 2016 17:06:41 +0000 (10:06 -0700)
committerJonathan Cameron <jic23@kernel.org>
Sat, 21 May 2016 16:23:32 +0000 (17:23 +0100)
commit0e35cf5ce00d873d6e529d2b2cd7598d52438051
treed408296bc911d265723d3a364dfe0903b23a3a0a
parenta3e5afe491bf7462013aa9f0bb3b55e3d05b784d
iio: humidity: hdc100x: correct humidity integration time mask

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>
Cc: <Stable@vger.kernel.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/humidity/hdc100x.c