Re: [patch 11/15] PNP: centralize resource option allocations

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Rene Herman
Date: Sunday, June 1, 2008 - 4:21 pm

On 31-05-08 00:49, Bjorn Helgaas wrote:


[ ... ]


for (i = 0; i < 16; i++) (16 instead of 15) it would seem.

And why not simply:

bitmap_zero(map.bits, PNP_IRQ_NR);
bitmap_copy(map.bits, &bits, 16);

That last bit of the comment same for pnpbios_parse_irq_option(). Should 
  be fine, no?


unsigned char flags;

All the rest:

Acked-by: Rene Herman <rene.herman@gmail.com>

Rene.
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[patch 11/15] PNP: centralize resource option allocations, Bjorn Helgaas, (Fri May 30, 3:49 pm)
Re: [patch 11/15] PNP: centralize resource option allocations, Rene Herman, (Sun Jun 1, 4:21 pm)