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: light: gp2ap020a00f: remove unused debug_reg_addr

Remove unused debug_reg_addr field from gp2ap020a00f_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
2ac8cd2b 9c21a850

-1
-1
drivers/iio/light/gp2ap020a00f.c
··· 245 245 struct iio_trigger *trig; 246 246 struct regmap *regmap; 247 247 unsigned int thresh_val[4]; 248 - u8 debug_reg_addr; 249 248 struct irq_work work; 250 249 wait_queue_head_t data_ready_queue; 251 250 };