Re: [PATCH 1/5] iio: ad9834 convert symbolic permissions to octal

2017-04-30 Thread Jonathan Cameron
On 01/05/17 00:16, Quentin Swain wrote: > Remove checkpatch warnings by converting symbolic S_IRUGO and S_IWUSR > permissions to octal > > Signed-off-by: Quentin Swain Applied to the togreg branch of iio.git and pushed out as testing for the autobuilders to play with it. Thanks, Jonathan > ---

[PATCH 1/5] iio: ad9834 convert symbolic permissions to octal

2017-04-30 Thread Quentin Swain
Remove checkpatch warnings by converting symbolic S_IRUGO and S_IWUSR permissions to octal Signed-off-by: Quentin Swain --- drivers/staging/iio/frequency/ad9834.c | 22 +++--- drivers/staging/iio/frequency/dds.h| 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff