Re: [PATCH] IPMI: make ipmi_poweroff_handler const

2017-08-28 Thread Corey Minyard
On 08/28/2017 01:08 PM, Bhumika Goyal wrote: Make this const as it is only passed to a const argument of the function ipmi_create_user. Queued for the next kernel release. -corey Signed-off-by: Bhumika Goyal --- drivers/char/ipmi/ipmi_poweroff.c | 2 +- 1 file

Re: [PATCH] IPMI: make ipmi_poweroff_handler const

2017-08-28 Thread Corey Minyard
On 08/28/2017 01:08 PM, Bhumika Goyal wrote: Make this const as it is only passed to a const argument of the function ipmi_create_user. Queued for the next kernel release. -corey Signed-off-by: Bhumika Goyal --- drivers/char/ipmi/ipmi_poweroff.c | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH] IPMI: make ipmi_poweroff_handler const

2017-08-28 Thread Bhumika Goyal
Make this const as it is only passed to a const argument of the function ipmi_create_user. Signed-off-by: Bhumika Goyal --- drivers/char/ipmi/ipmi_poweroff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/char/ipmi/ipmi_poweroff.c

[PATCH] IPMI: make ipmi_poweroff_handler const

2017-08-28 Thread Bhumika Goyal
Make this const as it is only passed to a const argument of the function ipmi_create_user. Signed-off-by: Bhumika Goyal --- drivers/char/ipmi/ipmi_poweroff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/char/ipmi/ipmi_poweroff.c