commit | fe9a52c97f10e7c55a8c7486f989205990334188 | [log] [tgz] |
---|---|---|
author | Oded Gabbay <oded.gabbay@gmail.com> | Thu Aug 08 17:05:45 2019 +0300 |
committer | Oded Gabbay <oded.gabbay@gmail.com> | Thu Sep 05 14:55:27 2019 +0300 |
tree | 4a18cd9bd222d7e38072c9e044c429247b2fabfd | |
parent | abca3a8224410ce5d9ddc84653bed55074b7b400 [diff] |
habanalabs: replace __le32_to_cpu with le32_to_cpu In some files the driver uses __le32_to_cpu while in other it uses le32_to_cpu. Replace all __le32_to_cpu instances with le32_to_cpu for consistency. Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>