Files
u-boot/drivers
Suniel Mahesh 18e7c8f6aa drivers: mmc: Change buffer type in ALLOC_CACHE_ALIGN_BUFFER macro
__be32_to_cpu() accepts argument of type __be32. This patch changes
type of the buffer in ALLOC_CACHE_ALIGN_BUFFER macro to __be32, which
is then passed to __be32_to_cpu().
This prevents sparse build warnings.
drivers/mmc/mmc.c: warning: cast to restricted __be32

Signed-off-by: Suniel Mahesh <sunil.m@techveda.org>
Signed-off-by: Karthik Tummala <karthik@techveda.org>
2018-01-12 18:11:03 +09:00
..
2017-12-19 07:57:33 -05:00
2017-11-28 21:59:30 +01:00
2017-11-06 09:51:01 -05:00
2017-11-30 22:55:27 +01:00
2017-11-20 09:58:31 +01:00
2017-06-01 07:03:10 -06:00