Re: Re: [PATCH v4 2/3] clk: eswin: Add eic7700 HSP clock driver
From: Brian Masney
Date: Thu May 14 2026 - 06:57:46 EST
On Wed, May 13, 2026 at 10:30 PM Xuyang Dong
<dongxuyang@xxxxxxxxxxxxxxxxxx> wrote:
> I will update the following code to address this in next version.
>
> + int ret;
> +
> + ret = regmap_read(gate->regmap, gate->reg, &val);
> + if (ret != 0)
> + return ret;
>
> Does this change look acceptable to you?
Yes, looks good.
Thanks,
Brian
> > With that fixed:
> >
> > Reviewed-by: Brian Masney <bmasney@xxxxxxxxxx>
>