Re: [PATCH v2 17/29] memory: brcmstb_dpfe: Constify the contents of string

2020-07-24 Thread Krzysztof Kozlowski
On Fri, Jul 24, 2020 at 09:40:26AM +0200, Krzysztof Kozlowski wrote: > The string itself can be made const for safety. > > Signed-off-by: Krzysztof Kozlowski > Acked-by: Florian Fainelli > Acked-by: Markus Mayer > --- > drivers/memory/brcmstb_dpfe.c | 2 +- > 1 file changed, 1 insertion(+), 1

[PATCH v2 17/29] memory: brcmstb_dpfe: Constify the contents of string

2020-07-24 Thread Krzysztof Kozlowski
The string itself can be made const for safety. Signed-off-by: Krzysztof Kozlowski Acked-by: Florian Fainelli Acked-by: Markus Mayer --- drivers/memory/brcmstb_dpfe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/memory/brcmstb_dpfe.c