|
[patch] 2.4.19-rmk6-pxa1-hh39: fix compile error (wrong identifier): msg#00015handhelds.linux.kernel
Fix for a misnamed identifier in debug code. Hope this is the right list and the right way for that kind of stuff. Thanks, Wieland Signed-off-by: Wieland Gmeiner <wieland.gmeiner-Re5JQEeQqe8AvxtiuMwx3w@xxxxxxxxxxxxxxxx> Index: linux-2.4.19-rmk6-pxa1-hh39/arch/arm/mach-pxa/pcipool-h5400.c =================================================================== --- linux-2.4.19-rmk6-pxa1-hh39.orig/arch/arm/mach-pxa/pcipool-h5400.c 2005-09-17 22:25:38.000000000 +0200 +++ linux-2.4.19-rmk6-pxa1-hh39/arch/arm/mach-pxa/pcipool-h5400.c 2005-09-17 22:26:48.000000000 +0200 @@ -420,7 +420,7 @@ page->vaddr = __ioremap(page->dma, H5400_ASIC_SRAM_SIZE, 0); memset (page->bitmap, 0xff, mapsize); // bit set == free #ifdef CONFIG_DEBUG_SLAB - memset (page->vaddr, POOL_POISON_BYTE, pool->allocation); + memset (page->vaddr, POOL_POISON_BYTE, free_pool->allocation); #endif list_add (&page->page_list, &free_pool->page_list); printk("pcipool_h5400_init: page->vaddr=%p page->dma=%p blocks_per_page=%d mapsize=%d\n", |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: kernel26 going to 2.6.13: 00015, Matthew Reimer |
|---|---|
| Next by Date: | Re: [patch] 2.4.19-rmk6-pxa1-hh39: fix warning (type mismatch): 00015, Wieland Gmeiner |
| Previous by Thread: | kernel26 going to 2.6.13i: 00015, Erik Hovland |
| Next by Thread: | Re: [patch] 2.4.19-rmk6-pxa1-hh39: fix warning (type mismatch): 00015, Wieland Gmeiner |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |