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: adi-axi-dac: remove unused int_tone field

Remove unused int_tone field from axi_dac_state 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
3890d6a3 0555e56f

-1
-1
drivers/iio/dac/adi-axi-dac.c
··· 114 114 const struct axi_dac_info *info; 115 115 u64 dac_clk; 116 116 u32 reg_config; 117 - bool int_tone; 118 117 int dac_clk_rate; 119 118 }; 120 119