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>
This commit is contained in:
parent
9ed8a82d26
commit
d0cdcaeb08
|
@ -184,7 +184,7 @@ static void rl5c476_read_resources(device_t dev)
|
||||||
static void rl5c476_set_resources(device_t dev)
|
static void rl5c476_set_resources(device_t dev)
|
||||||
{
|
{
|
||||||
struct resource *resource;
|
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)){
|
if( enable_cf_boot && (PCI_FUNC(dev->path.pci.devfn) == 1)){
|
||||||
resource = find_resource(dev,1);
|
resource = find_resource(dev,1);
|
||||||
if( !(resource->flags & IORESOURCE_STORED) ){
|
if( !(resource->flags & IORESOURCE_STORED) ){
|
||||||
|
|
|
@ -90,11 +90,11 @@ static void pci7420_cardbus_read_resources(device_t dev)
|
||||||
|
|
||||||
static void pci7420_cardbus_set_resources(device_t dev)
|
static void pci7420_cardbus_set_resources(device_t dev)
|
||||||
{
|
{
|
||||||
printk(BIOS_DEBUG, "%s In set resources \n",dev_path(dev));
|
printk(BIOS_DEBUG, "%s In set resources\n",dev_path(dev));
|
||||||
|
|
||||||
pci_dev_set_resources(dev);
|
pci_dev_set_resources(dev);
|
||||||
|
|
||||||
printk(BIOS_DEBUG, "%s done set resources \n",dev_path(dev));
|
printk(BIOS_DEBUG, "%s done set resources\n",dev_path(dev));
|
||||||
}
|
}
|
||||||
|
|
||||||
static struct device_operations ti_pci7420_ops = {
|
static struct device_operations ti_pci7420_ops = {
|
||||||
|
|
|
@ -38,11 +38,11 @@ static void pcixx12_read_resources(device_t dev)
|
||||||
|
|
||||||
static void pcixx12_set_resources(device_t dev)
|
static void pcixx12_set_resources(device_t dev)
|
||||||
{
|
{
|
||||||
printk(BIOS_DEBUG, "%s In set resources \n",dev_path(dev));
|
printk(BIOS_DEBUG, "%s In set resources\n",dev_path(dev));
|
||||||
|
|
||||||
pci_dev_set_resources(dev);
|
pci_dev_set_resources(dev);
|
||||||
|
|
||||||
printk(BIOS_DEBUG, "%s done set resources \n",dev_path(dev));
|
printk(BIOS_DEBUG, "%s done set resources\n",dev_path(dev));
|
||||||
}
|
}
|
||||||
|
|
||||||
static struct device_operations ti_pcixx12_ops = {
|
static struct device_operations ti_pcixx12_ops = {
|
||||||
|
|
Loading…
Reference in New Issue