Re: [PATCH 2/2] mailbox: mtk-cmdq: Fix local clock ID usage

From: Tzung-Bi Shih
Date: Thu Oct 14 2021 - 06:47:37 EST


On Thu, Oct 14, 2021 at 05:31:11PM +0800, Fei Shao wrote:
> +const char *clk_name = "gce";
> +const char *clk_names[] = { "gce0", "gce1" };
Does letting them static make more sense?