Re: [PATCH] clk: mediatek: fix mtk_clk_register_mux() as static function

2020-11-10 Thread Matthias Brugger
On 10/11/2020 02:38, Weiyi Lu wrote: On Mon, 2020-11-09 at 11:20 +0100, Greg KH wrote: On Mon, Nov 09, 2020 at 05:37:07PM +0800, Weiyi Lu wrote: mtk_clk_register_mux() should be a static function Fixes: a3ae549917f16 ("clk: mediatek: Add new clkmux register API") Cc: Why is this for stab

Re: [PATCH] clk: mediatek: fix mtk_clk_register_mux() as static function

2020-11-09 Thread Weiyi Lu
On Mon, 2020-11-09 at 11:20 +0100, Greg KH wrote: > On Mon, Nov 09, 2020 at 05:37:07PM +0800, Weiyi Lu wrote: > > mtk_clk_register_mux() should be a static function > > > > Fixes: a3ae549917f16 ("clk: mediatek: Add new clkmux register API") > > Cc: > > Why is this for stable trees? Hi Greg, My

Re: [PATCH] clk: mediatek: fix mtk_clk_register_mux() as static function

2020-11-09 Thread Greg KH
On Mon, Nov 09, 2020 at 05:37:07PM +0800, Weiyi Lu wrote: > mtk_clk_register_mux() should be a static function > > Fixes: a3ae549917f16 ("clk: mediatek: Add new clkmux register API") > Cc: Why is this for stable trees?

[PATCH] clk: mediatek: fix mtk_clk_register_mux() as static function

2020-11-09 Thread Weiyi Lu
mtk_clk_register_mux() should be a static function Fixes: a3ae549917f16 ("clk: mediatek: Add new clkmux register API") Cc: Signed-off-by: Weiyi Lu --- drivers/clk/mediatek/clk-mux.c | 2 +- drivers/clk/mediatek/clk-mux.h | 4 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/dr