RE: [PATCH] habanalabs: correctly cast variable to __le32

From: Tomer Tayar
Date: Tue Sep 03 2019 - 05:25:49 EST


From: Oded Gabbay <oded.gabbay@xxxxxxxxx>
Sent: Tuesday, 3 September 2019 12:03
> When using the macro le32_to_cpu(x), we need to correctly convert x to be
> __le32 in case it is defined as u32 variable.
>
> Signed-off-by: Oded Gabbay <oded.gabbay@xxxxxxxxx>

Reviewed-by: Tomer Tayar <ttayar@xxxxxxxxx>