Re: [PATCH 4/5] iio: ade7758: Convert symbolic permissions to octal

2017-04-30 Thread Jonathan Cameron
On 01/05/17 00:17, Quentin Swain wrote: > Convert symbolic S_IRUGO and S_IWUSR macros to octal permissions to > fix warnings reported by checkpatch.pl > > Signed-off-by: Quentin Swain Applied. > --- > drivers/staging/iio/meter/ade7758_core.c | 50 > > 1 file cha

[PATCH 4/5] iio: ade7758: Convert symbolic permissions to octal

2017-04-30 Thread Quentin Swain
Convert symbolic S_IRUGO and S_IWUSR macros to octal permissions to fix warnings reported by checkpatch.pl Signed-off-by: Quentin Swain --- drivers/staging/iio/meter/ade7758_core.c | 50 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/drivers/stag