patch-2.3.40 linux/arch/arm/kernel/dec21285.c

Next file: linux/arch/arm/kernel/entry-armo.S
Previous file: linux/arch/arm/kernel/debug-armv.S
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.39/linux/arch/arm/kernel/dec21285.c linux/arch/arm/kernel/dec21285.c
@@ -220,7 +220,9 @@
 #ifdef CONFIG_HOST_FOOTBRIDGE
 
 	csrio.flags = IORESOURCE_IO;
+	csrio.name  = "DC21285";
 	csrmem.flags = IORESOURCE_MEM;
+	csrmem.name  = "DC21285";
 
 	allocate_resource(&ioport_resource, &csrio, 128,
 			  0xff00, 0xffff, 128, NULL, NULL);
@@ -244,7 +246,7 @@
 				(1 << 31) | (1 << 29) | (1 << 28) | (1 << 24);
 #endif
 
-	printk(KERN_DEBUG"PCI: DC21285 footbridge, revision %02lX\n",
+	printk(KERN_DEBUG "PCI: DC21285 footbridge, revision %02lX\n",
 		*CSR_CLASSREV & 0xff);
 
 	pci_scan_bus(0, &dc21285_ops, NULL);

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)