logo       

[patch] 2.4.19-rmk6-pxa1-hh39: fix compile error (wrong identifier): msg#00015

handhelds.linux.kernel

Subject: [patch] 2.4.19-rmk6-pxa1-hh39: fix compile error (wrong identifier)

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>
Google Custom Search

News | FAQ | advertise