mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 03:53:37 +02:00
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>
This commit is contained in:
parent
f69b5ac682
commit
b96261d7be
|
|
@ -211,8 +211,7 @@ static u32 ads1018_calc_delay(unsigned int hz)
|
|||
* Reads the most recent ADC conversion value, without updating the
|
||||
* device's configuration.
|
||||
*
|
||||
* Context: Expects iio_device_claim_buffer_mode() is held and SPI bus
|
||||
* *exclusive* use.
|
||||
* Context: Expects SPI bus *exclusive* use.
|
||||
*
|
||||
* Return: 0 on success, negative errno on error.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user