Re: [PATCH v2 8/8] MIPS: Alchemy: Remove unneeded cast removing const

2015-05-01 Thread Stephen Boyd
On 04/28, Krzysztof Kozlowski wrote: > Parent names in clock init data is now array of const pointers to const > strings so the cast is not needed. > > Signed-off-by: Krzysztof Kozlowski I can take this through clk-next with an ack from Ralf. -- Qualcomm Innovation Center, Inc. is a member of

[PATCH v2 8/8] MIPS: Alchemy: Remove unneeded cast removing const

2015-04-27 Thread Krzysztof Kozlowski
Parent names in clock init data is now array of const pointers to const strings so the cast is not needed. Signed-off-by: Krzysztof Kozlowski --- arch/mips/alchemy/common/clock.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/arch/mips/alchemy/common/clock.c b/arch/mip