Hello Andrey Petrov, Aaron Durbin, Bora Guvendik, build bot (Jenkins), Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/19010
to look at the new patch set (#2).
Change subject: drivers/storage: Fix data flow issues detected by checkpatch ......................................................................
drivers/storage: Fix data flow issues detected by checkpatch
Fix the following error and warnings detected by checkpatch.pl:
ERROR: trailing statements should be on next line WARNING: else is not generally useful after a break or return WARNING: long udelay - prefer mdelay; see arch/arm/include/asm/delay.h
These change are expected to change the binary.
The following errors detected by checkpatch are false positives: ERROR: need consistent spacing around '*' (ctx:WxV) ERROR: Macros with complex values should be enclosed in parentheses
TEST=None
Change-Id: Ib55bb89196d81ffb3602a04664e5be3911096d8d Signed-off-by: Lee Leahy Leroy.P.Leahy@intel.com --- M src/drivers/storage/mmc.c M src/drivers/storage/sdhci.c M src/include/device/mmc.h 3 files changed, 10 insertions(+), 11 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/10/19010/2