commit | 6dc66f7c26f97396a570f84f6b3c3593a6de7f11 | [log] [tgz] |
---|---|---|
author | Oded Gabbay <oded.gabbay@gmail.com> | Tue Sep 03 11:33:55 2019 +0300 |
committer | Oded Gabbay <oded.gabbay@gmail.com> | Thu Sep 05 14:55:28 2019 +0300 |
tree | 70c1a5b4ad204710494fb3080d94a72931f9dcf5 | |
parent | 307eae93d5ce3316b4c728408283da957350b2a8 [diff] |
habanalabs: correctly cast variable to __le32 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@gmail.com> Reviewed-by: Tomer Tayar <ttayar@habana.ai>