]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
iio: dac: ds4424: rename iio_info struct to avoid ambiguity
authorOleksij Rempel <o.rempel@pengutronix.de>
Tue, 10 Feb 2026 13:51:02 +0000 (14:51 +0100)
committerJonathan Cameron <Jonathan.Cameron@huawei.com>
Sun, 22 Mar 2026 12:43:22 +0000 (12:43 +0000)
commitd2d5a6cb288ad3d9fb327feb39f478dc40ec9f9c
tree6b1142e0a18d980e0fef1b5b4a41a56ce630ddbc
parent809b578b99c57cd5cbcfe5e1ef40ae0da6a383ee
iio: dac: ds4424: rename iio_info struct to avoid ambiguity

Rename the static `ds4424_info` structure to `ds4424_iio_info`.

The previous name was generic and could be confused with chip-specific
data structures (like the upcoming `ds4424_chip_info`). The new name
explicitly indicates that this structure holds the IIO framework
callbacks.

Signed-off-by: Oleksij Rempel <o.rempel@pengutronix.de>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
drivers/iio/dac/ds4424.c