Re: [PATCH v3] Staging: iio: adc: fix sysfs files modes in ad7192.c

2016-11-27 Thread Jonathan Cameron
On 26/11/16 22:39, Boyan Vladinov wrote: > Fixes warnings found by checkpatch.pl: > - sysfs entries user/group modes to use their octal representation > - use the IIO_DEVICE_ATTR_[RO|RW] macroses > - coding style > > Signed-off-by: Boyan Vladinov Unfortunately this isn't quite as straight forward

[PATCH v3] Staging: iio: adc: fix sysfs files modes in ad7192.c

2016-11-26 Thread Boyan Vladinov
Fixes warnings found by checkpatch.pl: - sysfs entries user/group modes to use their octal representation - use the IIO_DEVICE_ATTR_[RO|RW] macroses - coding style Signed-off-by: Boyan Vladinov --- drivers/staging/iio/adc/ad7192.c | 39 --- 1 file changed, 24