iio: dht11: avoid multiple assignments to make checkpatch.pl --strict happy
authorHarald Geyer <harald@ccbib.org>
Tue, 7 Jul 2015 13:39:30 +0000 (13:39 +0000)
committerJonathan Cameron <jic23@kernel.org>
Mon, 20 Jul 2015 17:41:19 +0000 (18:41 +0100)
commit5fbb0bc466b7b43036b1dd8c9e9166ca9e69e07a
tree984f71e70c9905eeb419a0ef4df54b2df0f90bb6
parenta7126003b6dd47c0088d952734379ef471156c5f
iio: dht11: avoid multiple assignments to make checkpatch.pl --strict happy

We just do the assignments in two steps.

Signed-off-by: Harald Geyer <harald@ccbib.org>
Signed-off-by: Jonathan Cameron <jic23@kernel.org>
drivers/iio/humidity/dht11.c