Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

iio: humidity: hdc2010: remove unused interrupt_config

Remove unused interrupt_config field from hdc2010_data
struct. The field is declared but never accessed in the
driver.

Signed-off-by: Antoniu Miclaus <antoniu.miclaus@analog.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Antoniu Miclaus and committed by
Jonathan Cameron
5c9ba5d8 18c1d078

-1
-1
drivers/iio/humidity/hdc2010.c
··· 44 44 struct i2c_client *client; 45 45 struct mutex lock; 46 46 u8 measurement_config; 47 - u8 interrupt_config; 48 47 u8 drdy_config; 49 48 }; 50 49