Re: [PATCH 06/30] imx: congatec/cgtqmx8: 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 06/30] imx: congatec/cgtqmx8: 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/congatec/cgtqmx8/cgtqmx8.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/board/congatec/cgtqmx8/cgtqmx8.c b/board/congatec/cgtqmx8/cgtqmx8.c index b