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

2020-08-16 Thread Tomer Tayar
On Sat, Aug 15, 2020 at 21:00 Oded Gabbay 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 > Signed-off-by: Oded Gabbay Reviewed-by: Tomer Tayar

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

2020-08-15 Thread Oded Gabbay
%u is used for unsigned so we need to cast the int variable to u32 to avoid compiler warning. Reported-by: kernel test robot Signed-off-by: Oded Gabbay --- drivers/misc/habanalabs/common/device.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/misc/habanalabs/common/