summaryrefslogtreecommitdiffstats
path: root/src/southbridge/ricoh/rl5c476/rl5c476.c
diff options
context:
space:
mode:
authorPaul Menzel <paulepanter@users.sourceforge.net>2014-08-08 15:24:31 +0200
committerPatrick Georgi <patrick@georgi-clan.de>2014-08-10 08:27:41 +0200
commitd0cdcaeb086ce215915b098d08ff6ec2d5198327 (patch)
tree0e305d64a3e16a48912c64028cb859b793c5fe83 /src/southbridge/ricoh/rl5c476/rl5c476.c
parent9ed8a82d265fde1df1a01be7568d8f0979020108 (diff)
downloadcoreboot-d0cdcaeb086ce215915b098d08ff6ec2d5198327.tar.gz
coreboot-d0cdcaeb086ce215915b098d08ff6ec2d5198327.tar.bz2
coreboot-d0cdcaeb086ce215915b098d08ff6ec2d5198327.zip
southbridge/ricoh,ti: Remove trailing whitespace in debug output
Change-Id: If58854c35dce83bf6db7a84a8cb441cc3e60d6d4 Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-on: http://review.coreboot.org/6529 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/southbridge/ricoh/rl5c476/rl5c476.c')
-rw-r--r--src/southbridge/ricoh/rl5c476/rl5c476.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/southbridge/ricoh/rl5c476/rl5c476.c b/src/southbridge/ricoh/rl5c476/rl5c476.c
index 0efcafa36c89..ab139576b8bd 100644
--- a/src/southbridge/ricoh/rl5c476/rl5c476.c
+++ b/src/southbridge/ricoh/rl5c476/rl5c476.c
@@ -184,7 +184,7 @@ static void rl5c476_read_resources(device_t dev)
static void rl5c476_set_resources(device_t dev)
{
struct resource *resource;
- printk(BIOS_DEBUG, "%s In set resources \n",dev_path(dev));
+ printk(BIOS_DEBUG, "%s In set resources\n",dev_path(dev));
if( enable_cf_boot && (PCI_FUNC(dev->path.pci.devfn) == 1)){
resource = find_resource(dev,1);
if( !(resource->flags & IORESOURCE_STORED) ){