-
由 Oded Gabbay 提交于
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: NOded Gabbay <oded.gabbay@gmail.com>
fe9a52c9
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: NOded Gabbay <oded.gabbay@gmail.com>