From d0cdcaeb086ce215915b098d08ff6ec2d5198327 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 8 Aug 2014 15:24:31 +0200 Subject: southbridge/ricoh,ti: Remove trailing whitespace in debug output Change-Id: If58854c35dce83bf6db7a84a8cb441cc3e60d6d4 Signed-off-by: Paul Menzel Reviewed-on: http://review.coreboot.org/6529 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich --- src/southbridge/ricoh/rl5c476/rl5c476.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/southbridge/ricoh') diff --git a/src/southbridge/ricoh/rl5c476/rl5c476.c b/src/southbridge/ricoh/rl5c476/rl5c476.c index 0efcafa36c..ab139576b8 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) ){ -- cgit v1.2.3