commit | 6766342441cbf286940f2c44b5cc869fa5a57046 | [log] [tgz] |
---|---|---|
author | Brian Masney <masneyb@onstation.org> | Tue Jan 17 04:24:59 2017 -0500 |
committer | Jonathan Cameron <jic23@kernel.org> | Sun Jan 22 13:21:38 2017 +0000 |
tree | 28f6d472f2e755f9b01b3edd77e18dee92558824 | |
parent | 71a0a643468e96caad4f0aa48d1041f319f3ba83 [diff] |
staging: iio: isl29028: remove enable flag from isl29028_enable_proximity() isl29028_enable_proximity() has a boolean argument named enable. This function is only called once and the enable flag is set to true in that call. This patch removes the enable parameter from that function. Signed-off-by: Brian Masney <masneyb@onstation.org> Signed-off-by: Jonathan Cameron <jic23@kernel.org>