mbox series

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

Message ID 20240501215724.26655-1-jorge.harrisonn@usp.br (mailing list archive)
Headers show
Series Use of `claim_direct_scoped` for improved error handling | expand

Message

Jorge Harrisonn May 1, 2024, 9:57 p.m. UTC
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(-)