mbox series

[v2,0/2] staging: iio: adc: ad7280a: channel and attr init refactor

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

Message

Slawomir Stepien Dec. 12, 2018, 5:02 p.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.

Since v1:
* The patch "staging: iio: adc: ad7280a: add braces to complex for loops" has
   been removed. It's not needed anymore.

Slawomir Stepien (2):
  staging: iio: adc: ad7280a: split ad7280_channel_init() to more
    functions
  staging: iio: adc: ad7280a: split ad7280_attr_init() to more functions

 drivers/staging/iio/adc/ad7280a.c | 243 +++++++++++++++++++-----------
 1 file changed, 158 insertions(+), 85 deletions(-)