Title: [5892] trunk/arch/blackfin/kernel/cplb-nompu/cplbinit.c: fix copy & paste error in previous commit
Revision
5892
Author
vapier
Date
2008-12-18 12:51:24 -0600 (Thu, 18 Dec 2008)

Log Message

fix copy & paste error in previous commit

Modified Paths


Diff

Modified: trunk/arch/blackfin/kernel/cplb-nompu/cplbinit.c (5891 => 5892)


--- trunk/arch/blackfin/kernel/cplb-nompu/cplbinit.c	2008-12-18 18:50:01 UTC (rev 5891)
+++ trunk/arch/blackfin/kernel/cplb-nompu/cplbinit.c	2008-12-18 18:51:24 UTC (rev 5892)
@@ -121,7 +121,7 @@
 	dcplb_bounds[i_d++].data = ""
 	/* BootROM -- largest one should be less than 1 meg.  */
 	dcplb_bounds[i_d].eaddr = BOOT_ROM_START + (1 * 1024 * 1024);
-	dcplb_bounds[i_d++].data = ""
+	dcplb_bounds[i_d++].data = ""
 	if (L2_LENGTH) {
 		/* Addressing hole up to L2 SRAM.  */
 		dcplb_bounds[i_d].eaddr = L2_START;
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to