hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/iio/adc/ti-ads7950.c
....@@ -634,6 +634,7 @@
634634 st->chip.label = dev_name(&st->spi->dev);
635635 st->chip.parent = &st->spi->dev;
636636 st->chip.owner = THIS_MODULE;
637
+ st->chip.can_sleep = true;
637638 st->chip.base = -1;
638639 st->chip.ngpio = TI_ADS7950_NUM_GPIOS;
639640 st->chip.get_direction = ti_ads7950_get_direction;