[PATCH 03/11] video: bridge: ptn3460: Staticize and constify driver ops
Simon Glass
sjg at chromium.org
Mon May 11 15:07:56 CEST 2026
On 2026-05-10T17:16:56, Marek Vasut <marek.vasut+renesas at mailbox.org> wrote:
> video: bridge: ptn3460: Staticize and constify driver ops
>
> 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 <marek.vasut+renesas at mailbox.org>
>
> drivers/video/bridge/ptn3460.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list