staging: iio: Remove superfluous flush_scheduled_work
None of these drivers ever schedule any work, so there is no need to flush any scheduled work when the driver is removed. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Acked-by: Jonathan Cameron <jic23@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Родитель
25c38aa3d1
Коммит
eaedfa54db
|
@ -606,8 +606,6 @@ static int adis16209_remove(struct spi_device *spi)
|
|||
{
|
||||
struct iio_dev *indio_dev = spi_get_drvdata(spi);
|
||||
|
||||
flush_scheduled_work();
|
||||
|
||||
iio_device_unregister(indio_dev);
|
||||
adis16209_remove_trigger(indio_dev);
|
||||
iio_buffer_unregister(indio_dev);
|
||||
|
|
|
@ -694,8 +694,6 @@ static int adis16220_remove(struct spi_device *spi)
|
|||
{
|
||||
struct iio_dev *indio_dev = spi_get_drvdata(spi);
|
||||
|
||||
flush_scheduled_work();
|
||||
|
||||
sysfs_remove_bin_file(&indio_dev->dev.kobj, &adc2_bin);
|
||||
sysfs_remove_bin_file(&indio_dev->dev.kobj, &adc1_bin);
|
||||
sysfs_remove_bin_file(&indio_dev->dev.kobj, &accel_bin);
|
||||
|
|
|
@ -641,8 +641,6 @@ static int adis16240_remove(struct spi_device *spi)
|
|||
|
||||
struct iio_dev *indio_dev = spi_get_drvdata(spi);
|
||||
|
||||
flush_scheduled_work();
|
||||
|
||||
iio_device_unregister(indio_dev);
|
||||
adis16240_remove_trigger(indio_dev);
|
||||
iio_buffer_unregister(indio_dev);
|
||||
|
|
|
@ -728,8 +728,6 @@ static int adis16260_remove(struct spi_device *spi)
|
|||
if (ret)
|
||||
goto err_ret;
|
||||
|
||||
flush_scheduled_work();
|
||||
|
||||
adis16260_remove_trigger(indio_dev);
|
||||
iio_buffer_unregister(indio_dev);
|
||||
adis16260_unconfigure_ring(indio_dev);
|
||||
|
|
Загрузка…
Ссылка в новой задаче