[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20201117181214.GK1869941@dell>
Date: Tue, 17 Nov 2020 18:12:14 +0000
From: Lee Jones <lee.jones@...aro.org>
To: Soham Biswas <sohambiswas41@...il.com>
Cc: thierry.reding@...il.com, u.kleine-koenig@...gutronix.de,
linux-pwm@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] pwm: core: Use octal permission
On Tue, 17 Nov 2020, Soham Biswas wrote:
> Fixed Warning.
Which warning does this fix?
> Replaced symbolic permission 'S_IRUGO' with octal permission '0444'.
This is semantically equivalent.
Not sure what and/or how this fixes anything.
> Signed-off-by: Soham Biswas <sohambiswas41@...il.com>
> ---
> drivers/pwm/core.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/pwm/core.c b/drivers/pwm/core.c
> index 1f16f5365d3c..a8eff4b3ee36 100644
> --- a/drivers/pwm/core.c
> +++ b/drivers/pwm/core.c
> @@ -1338,7 +1338,7 @@ DEFINE_SEQ_ATTRIBUTE(pwm_debugfs);
>
> static int __init pwm_debugfs_init(void)
> {
> - debugfs_create_file("pwm", S_IFREG | S_IRUGO, NULL, NULL,
> + debugfs_create_file("pwm", S_IFREG | 0444, NULL, NULL,
> &pwm_debugfs_fops);
>
> return 0;
--
Lee Jones [李琼斯]
Senior Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog
Powered by blists - more mailing lists