Re: [PATCH 3/5] iio: ade7754: 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 resolve warnings reported by checkpatch.pl > > Signed-off-by: Quentin Swain Applied. > --- > drivers/staging/iio/meter/ade7754.c | 56 >

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

2017-04-30 Thread Quentin Swain
Convert symbolic 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/ade7754.c | 56 ++--- 1 file changed, 28 insertions(+), 28