RE: [PATCH 2/9] habanalabs: cast int to u32 before printing it with %u

From: Tomer Tayar
Date: Sun Aug 16 2020 - 11:24:42 EST


On Sat, Aug 15, 2020 at 21:00 Oded Gabbay <oded.gabbay@xxxxxxxxx> wrote:
> %u is used for unsigned so we need to cast the int variable to u32 to avoid
> compiler warning.
>
> Reported-by: kernel test robot <lkp@xxxxxxxxx>
> Signed-off-by: Oded Gabbay <oded.gabbay@xxxxxxxxx>

Reviewed-by: Tomer Tayar <ttayar@xxxxxxxxx>