Re: [PATCH 05/30] imx: advantech: correct SCU API usage

2023-06-06 Thread Oliver Graute
Am 02.06.2023 um 08:45 schrieb Peng Fan (OSS) : > > From: Peng Fan > > The return value is int type, not sc_err_t(u8), correct the usage. > > Signed-off-by: Peng Fan Tested-by: Oliver Graute Reviewed-by: Oliver Graute

[PATCH 05/30] imx: advantech: correct SCU API usage

2023-06-01 Thread Peng Fan (OSS)
From: Peng Fan The return value is int type, not sc_err_t(u8), correct the usage. Signed-off-by: Peng Fan --- board/advantech/imx8qm_dmsse20_a1/spl.c | 6 +++--- board/advantech/imx8qm_rom7720_a1/spl.c | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/board/advantech/i