X-Git-Url: http://git.agner.ch/gitweb/?a=blobdiff_plain;f=arch%2Fmips%2Fmti-malta%2Fmalta-memory.c;h=f3d43aa023a9c9215dc06334204c1f82e122ef73;hb=7034228792cc561e79ff8600f02884bd4c80e287;hp=a96d281f9221257cd17017a8e779c88020f96c9b;hpb=0670e7157f75ec6d2231fbc6f67b075d6b6d486f;p=linux-drm-fsl-dcu.git diff --git a/arch/mips/mti-malta/malta-memory.c b/arch/mips/mti-malta/malta-memory.c index a96d281f9221..f3d43aa023a9 100644 --- a/arch/mips/mti-malta/malta-memory.c +++ b/arch/mips/mti-malta/malta-memory.c @@ -47,7 +47,7 @@ static char *mtypes[3] = { }; #endif -/* determined physical memory size, not overridden by command line args */ +/* determined physical memory size, not overridden by command line args */ unsigned long physical_memsize = 0L; static struct prom_pmemblock * __init prom_getmdesc(void) @@ -158,7 +158,7 @@ void __init prom_meminit(void) size = p->size; add_memory_region(base, size, type); - p++; + p++; } }