[PATCH 0/2] Use of `claim_direct_scoped` for improved error handling

From: Jorge Harrisonn
Date: Wed May 01 2024 - 17:57:57 EST


Make use of `claim_direct_scoped` in two modules, in order to make error handling
more natural and simple than the former call to `claim_direct_mode` and
`release_direct_mode`

Jorge Harrisonn (2):
iio: adc: ad7606: using claim_direct_scoped for code simplification
iio: adc: ad7923: using claim_direct_scoped for code simplification

drivers/iio/adc/ad7606.c | 19 ++++++++-----------
drivers/iio/adc/ad7923.c | 30 ++++++++++++++----------------
2 files changed, 22 insertions(+), 27 deletions(-)

--
2.34.1