Searched hist:"63 fb5a7e4b0ada0bf77dd89120a61d2bd14e50af" (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/mmc/ |
| H A D | fsl_esdhc.c | 63fb5a7e4b0ada0bf77dd89120a61d2bd14e50af Sat Jul 31 04:45:18 UTC 2010 Frans Meulenbroeks <fransmeulenbroeks@gmail.com> drivers/mmc/fsl_esdhc.c: reordered tests
As DATA_ERROR includes the value IRQSTAT_DTOE, a timeout error would yield the first error return instead of TIMEOUT. By swapping the test TIMEOUTs are reported as such
An alternate solution would be to remove the IRQSTAT_DTOE from the DATA_ERROR define but as that one might be less desired I've opted for the simplest solution
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Signed-off-by: Andy Fleming <afleming@freescale.com>
|