[PATCH v2 0/4] staging: iio: adc: ad7816: code cleanups and modernization

Md. Mahmudul Hasan Mabud posted 4 patches 1 day, 14 hours ago
There is a newer version of this series
drivers/staging/iio/adc/ad7816.c | 111 +++++++++++++++----------------
1 file changed, 53 insertions(+), 58 deletions(-)
[PATCH v2 0/4] staging: iio: adc: ad7816: code cleanups and modernization
Posted by Md. Mahmudul Hasan Mabud 1 day, 14 hours ago
This series addresses feedback from Andy Shevchenko to modernize and clean
up the ad7816 driver.

Changes in v2:
- Renamed sysfs callback functions (e.g., ad7816_show_mode to mode_show)
  to satisfy the requirements of modern IIO attribute macros and fix
  compilation errors.
- Fixed usage of sysfs_match_string() by removing the unnecessary 
  ARRAY_SIZE parameter.
- Fixed vertical alignment of function parameters to match open parenthesis.
- Replaced sprintf() with sysfs_emit() across all show attributes.

Md. Mahmudul Hasan Mabud (4):
  staging: iio: adc: ad7816: redefine mode constants to start from 0
  staging: iio: adc: ad7816: use sysfs_match_string() for mode selection
  staging: iio: adc: ad7816: replace sprintf() with sysfs_emit()
  staging: iio: adc: ad7816: use modern IIO attribute macros

 drivers/staging/iio/adc/ad7816.c | 111 +++++++++++++++----------------
 1 file changed, 53 insertions(+), 58 deletions(-)

-- 
2.34.1