Re: [PATCH 2/5] iio: ade7753 Convert: symbolic permissions to octal

2017-04-30 Thread Jonathan Cameron
On 01/05/17 00:16, Quentin Swain wrote: > Convert S_IRUGO and S_IWUSR macros to octal permissions to resolve > warnings reported by checkpatch.pl > > Signed-off-by: Quentin Swain Applied > --- > drivers/staging/iio/meter/ade7753.c | 46 >

[PATCH 2/5] iio: ade7753 Convert: symbolic permissions to octal

2017-04-30 Thread Quentin Swain
Convert S_IRUGO and S_IWUSR macros to octal permissions to resolve warnings reported by checkpatch.pl Signed-off-by: Quentin Swain --- drivers/staging/iio/meter/ade7753.c | 46 ++--- 1 file changed, 23 insertions(+), 23 deletions(-) diff