1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-11 21:16:37 +02:00
Files
u-boot-megous/drivers/mmc
Peter Korsgaard 2e222105c5 spl_mmc: cleanup variable types
block_read returns unsigned long, so it doesn't make sense to check for
< 0. and neither does marking the header structure as const and then
casting away the constness to load data into it.

Also cleanup some unneeded pointer casting while we're at it.

Signed-off-by: Peter Korsgaard <peter.korsgaard@barco.com>
Reviewed-by: Tom Rini <trini@ti.com>
2013-05-01 16:24:00 -04:00
..
2013-03-20 15:31:25 +01:00
2013-04-17 10:58:51 -04:00
2013-03-08 16:41:13 -05:00
2013-05-01 16:24:00 -04:00