On Wed, 20 Nov 2024 15:33:32 -0600 David Lechner <dlechner@xxxxxxxxxxxx> wrote: > Remove driver remove callback for the ltc2632 driver. > > By making use of devm_iio_device_register(), we no longer need a driver > remove callback. Also since this was the last user of spi_get_drvdata(), > we can drop the call to spi_set_drvdata(). > > Signed-off-by: David Lechner <dlechner@xxxxxxxxxxxx> Applied.