[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20080117205738.GA6400@elte.hu>
Date: Thu, 17 Jan 2008 21:57:38 +0100
From: Ingo Molnar <mingo@...e.hu>
To: Yinghai Lu <Yinghai.Lu@....COM>
Cc: LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] x86: left over fix for leak of early_ioremp
* Yinghai Lu <Yinghai.Lu@....COM> wrote:
> && (!max_entries || count++ < max_entries))
> - if (handler(entry, table_end))
> + if (handler(entry, table_end)) {
> + acpi_os_unmap_memory(table_header, table_header->length);
> return -EINVAL;
> + }
> + acpi_os_unmap_memory(table, table->length);
> }
> + dmi_iounmap(p, 0x10000);
thanks, applied.
Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists