Re: [PATCH 5/5] iio: ade7854: 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 to fix > warnings reported by checkpatch.pl > > Signed-off-by: Quentin Swain Applied to the togreg branch of iio.git and pushed out as testing for the autobuilders to play with

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

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