mbox series

[0/3] staging: iio: adc: ad7280a: channel and attr init refactor

Message ID 20181202115830.20363-1-sst@poczta.fm (mailing list archive)
Headers show
Series staging: iio: adc: ad7280a: channel and attr init refactor | expand

Message

Slawomir Stepien Dec. 2, 2018, 11:58 a.m. UTC
This small series enhances the readability of the code by refactoring the
ad7280_channel_init and ad7280_attr_init functions.

The readability is enhanced by splitting the functions into more functions that
do more specific operations. The last patch adds braces to two complex for
loops.

Slawomir Stepien (3):
  staging: iio: adc: ad7280a: split ad7280_channel_init() to more
    functions
  staging: iio: adc: ad7280a: split ad7280_attr_init() to more functions
  staging: iio: adc: ad7280a: add braces to complex for loops

 drivers/staging/iio/adc/ad7280a.c | 204 +++++++++++++++++++-----------
 1 file changed, 129 insertions(+), 75 deletions(-)