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

Peng Fan <[email protected]> Wed, 13 May 2026 18:02:19 +0800
Newsgroups io.groups.u-boot-amlogic,de.denx.lists.u-boot
Message-ID <agRMK4sKmo3rkkFk@shlinux89>
On Fri, May 08, 2026 at 02:22:07PM +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]>