Re: [PATCH] mailbox: remove the error message when gce clk is defer

2021-10-24 Thread Jason-JH Lin
Hi Russell, Thanks for the reviews. On Sun, 2021-10-24 at 21:25 +0100, Russell King (Oracle) wrote: > On Sun, Oct 24, 2021 at 12:48:31AM +0800, jason-jh.lin wrote: > > Remove the error message when gce clk is defer. > > > > Signed-off-by: jason-jh.lin > > --- > > drivers/mailbox/mtk-cmdq-mail

Re: [PATCH] mailbox: remove the error message when gce clk is defer

2021-10-24 Thread Russell King (Oracle)
On Sun, Oct 24, 2021 at 12:48:31AM +0800, jason-jh.lin wrote: > Remove the error message when gce clk is defer. > > Signed-off-by: jason-jh.lin > --- > drivers/mailbox/mtk-cmdq-mailbox.c | 6 -- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/drivers/mailbox/mtk-cmdq-mail

[PATCH] mailbox: remove the error message when gce clk is defer

2021-10-23 Thread jason-jh . lin
Remove the error message when gce clk is defer. Signed-off-by: jason-jh.lin --- drivers/mailbox/mtk-cmdq-mailbox.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/mailbox/mtk-cmdq-mailbox.c b/drivers/mailbox/mtk-cmdq-mailbox.c index fd5576a9f8b4..684b8aa1e445 1