> "AlexChen" == AlexChen writes:
AlexChen> We should use printf format specifier "%u" instead of "%d"
AlexChen> for argument of type "unsigned int".
AlexChen> Reported-by: Euler Robot
AlexChen>Signed-off-by: Alex Chen ---
LGTM,
add
Reviewed-By: Peter Chubb
--
Peter ChubbTe
On Wed, 4 Nov 2020 at 16:33, Alistair Francis wrote:
>
> On Wed, Nov 4, 2020 at 2:23 AM AlexChen wrote:
> >
> > We should use printf format specifier "%u" instead of "%d" for
> > argument of type "unsigned int".
> >
> > Reported-by: Euler Robot
> > Signed-off-by: Alex Chen
>
> Reviewed-by: Alis
On Wed, Nov 4, 2020 at 2:23 AM AlexChen wrote:
>
> We should use printf format specifier "%u" instead of "%d" for
> argument of type "unsigned int".
>
> Reported-by: Euler Robot
> Signed-off-by: Alex Chen
Reviewed-by: Alistair Francis
Alistair
> ---
> hw/ssi/imx_spi.c| 2 +-
> hw/ssi/xi
We should use printf format specifier "%u" instead of "%d" for
argument of type "unsigned int".
Reported-by: Euler Robot
Signed-off-by: Alex Chen
---
hw/ssi/imx_spi.c| 2 +-
hw/ssi/xilinx_spi.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/hw/ssi/imx_spi.c b/hw/ssi/