Re: [PATCH] clk: mediatek: remove unused array audio_parents

2018-08-30 Thread Stephen Boyd
Quoting Colin King (2018-08-06 06:44:02) > From: Colin Ian King > > Array audio_parents is declared but never used, hence it is redundant > and can be removed. > > Cleans up clang warning: > warning: 'audio_parents' defined but not used [-Wunused-const-variable=] > > Signed-off-by: Colin Ian

Re: [PATCH] clk: mediatek: remove unused array audio_parents

2018-08-30 Thread Stephen Boyd
Quoting Colin King (2018-08-06 06:44:02) > From: Colin Ian King > > Array audio_parents is declared but never used, hence it is redundant > and can be removed. > > Cleans up clang warning: > warning: 'audio_parents' defined but not used [-Wunused-const-variable=] > > Signed-off-by: Colin Ian

[PATCH] clk: mediatek: remove unused array audio_parents

2018-08-06 Thread Colin King
From: Colin Ian King Array audio_parents is declared but never used, hence it is redundant and can be removed. Cleans up clang warning: warning: 'audio_parents' defined but not used [-Wunused-const-variable=] Signed-off-by: Colin Ian King --- drivers/clk/mediatek/clk-mt2701.c | 5 - 1

[PATCH] clk: mediatek: remove unused array audio_parents

2018-08-06 Thread Colin King
From: Colin Ian King Array audio_parents is declared but never used, hence it is redundant and can be removed. Cleans up clang warning: warning: 'audio_parents' defined but not used [-Wunused-const-variable=] Signed-off-by: Colin Ian King --- drivers/clk/mediatek/clk-mt2701.c | 5 - 1