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: adc: ti-ads1018: Drop stale kernel-doc function context

The driver no longer uses iio_device_claim_buffer_mode(). Drop it from
ads1018_spi_read_exclusive() context remark.

Signed-off-by: Kurt Borja <kuurtb@gmail.com>
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>

authored by

Kurt Borja and committed by
Jonathan Cameron
b96261d7 f69b5ac6

+1 -2
+1 -2
drivers/iio/adc/ti-ads1018.c
··· 211 211 * Reads the most recent ADC conversion value, without updating the 212 212 * device's configuration. 213 213 * 214 - * Context: Expects iio_device_claim_buffer_mode() is held and SPI bus 215 - * *exclusive* use. 214 + * Context: Expects SPI bus *exclusive* use. 216 215 * 217 216 * Return: 0 on success, negative errno on error. 218 217 */