Re: [PATCH] ioremap balance with iounmap for drivers/net]

2006-09-24 Thread Auke Kok
Amol Lad wrote: ioremap must be balanced by an iounmap and failing to do so can result in a memory leak. Tested (compilation only) with: - allmodconfig - Modifying drivers/net/Kconfig to make sure that the changed file is compiling without warning Signed-off-by: Amol Lad <[EMAIL PROTECTED]> --

[PATCH] ioremap balance with iounmap for drivers/net]

2006-09-24 Thread Amol Lad
ioremap must be balanced by an iounmap and failing to do so can result in a memory leak. Tested (compilation only) with: - allmodconfig - Modifying drivers/net/Kconfig to make sure that the changed file is compiling without warning Signed-off-by: Amol Lad <[EMAIL PROTECTED]> --- I'm not subsrib