]> asedeno.scripts.mit.edu Git - linux.git/commit
iio: stmpe-adc: Remove unnecessary assignment
authorPhilippe Schenker <philippe.schenker@toradex.com>
Fri, 3 May 2019 13:57:23 +0000 (15:57 +0200)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 5 May 2019 15:38:01 +0000 (16:38 +0100)
commitb1f4c9a3c78c70b05b2d844cc72c17d3620ba543
tree30d9abe9d6f32e82a12414c4c1e261faa9506990
parentc57c54bc9758ac0a7cacfece8eb2aba5b2732228
iio: stmpe-adc: Remove unnecessary assignment

Remove unnecessary assignment. This could potentially cause an issue, if
the wait function runs into a timeout. Furthermore is this assignment also
not there in stmpe_read_temp()

Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/adc/stmpe-adc.c