Re: [PATCH] iio: cros_ec: Remove unused variable

2017-09-16 Thread Jonathan Cameron
On Thu, 14 Sep 2017 23:19:22 +0200 Paolo Cretaro wrote: > Fix gcc warning: > cros_ec_baro.c:130:25: warning: variable ‘ec_device’ set but not used > > Signed-off-by: Paolo Cretaro Applied to the togreg branch of iio.git and pushed out as testing for the autobuilders to play with it. Thanks,

[PATCH] iio: cros_ec: Remove unused variable

2017-09-14 Thread Paolo Cretaro
Fix gcc warning: cros_ec_baro.c:130:25: warning: variable ‘ec_device’ set but not used Signed-off-by: Paolo Cretaro --- drivers/iio/pressure/cros_ec_baro.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/iio/pressure/cros_ec_baro.c b/drivers/iio/pressure/cros_ec_baro.c index 48b2a3