the following patch was just integrated into master: commit 1ef774ab8232f66de72fb2dcd796ee819476b213 Author: Stefan Reinauer reinauer@chromium.org Date: Mon May 14 13:52:32 2012 -0700
Fix printk types in SPI flash drivers
- use %zu instead of %zd for size_t (%zd is for ssize_t) - use %x instead of %lx for u32 - break some long lines to avoid commit hook trouble
Change-Id: Idfad716523dbcd2a595d26317240e972b5253e8b Signed-off-by: Stefan Reinauer reinauer@google.com
Build-Tested: build bot (Jenkins) at Fri May 25 23:08:15 2012, giving +1 See http://review.coreboot.org/1041 for details.
-gerrit