Re: [PATCH 09/14] power: domain: meson-secure-pwrc: Staticize and constify driver ops

Peng Fan <[email protected]> Wed, 13 May 2026 18:02:51 +0800
Newsgroups io.groups.u-boot-amlogic,de.denx.lists.u-boot
Message-ID <agRMS8C4KdE9MTRe@shlinux89>
On Fri, May 08, 2026 at 02:22:09PM +0200, Marek Vasut wrote:
>Set the ops structure as static const. The structure is not accessible
>from outside of this driver and is not going to be modified at runtime.
>
>Signed-off-by: Marek Vasut <[email protected]>

Reviewed-by: Peng Fan <[email protected]>