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: dac: ti-dac5571: remove unused id field

Remove unused id field from dac5571_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
18c1d078 3890d6a3

-1
-1
drivers/iio/dac/ti-dac5571.c
··· 45 45 46 46 struct dac5571_data { 47 47 struct i2c_client *client; 48 - int id; 49 48 struct mutex lock; 50 49 struct regulator *vref; 51 50 u16 val[4];