lkml.org 
[lkml]   [2008]   [May]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [patch 3/8] PNP: remove pnp_resource.index
On 06-05-08 00:36, Bjorn Helgaas wrote:

> We used pnp_resource.index to keep track of which ISAPNP configuration
> register a resource should be written to. We needed this only to
> handle the case where a register is disabled but a subsequent register
> in the same set is enabled.
>
> Rather than explicitly maintaining the pnp_resource.index, this patch
> adds a resource every time we read an ISAPNP configuration register
> and marks the resource as IORESOURCE_DISABLED when appropriate. This
> makes the position in the pnp_resource_table always correspond to the
> config register index.
>
> Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com>

> - pnp_res = pnp_add_io_resource(dev, start, end,
> - 0);
> - if (pnp_res)
> - pnp_res->index = nport++;
> + pnp_add_io_resource(dev, start, end, 0);

In the tree after your v2 series, pnp_add_foo_resource() are called as
void functions yet still return a struct pnp_resource *. You might have
other plans but if not, I guess they can _be_ void functions?

Otherwise:

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

Rene.



\
 
 \ /
  Last update: 2008-05-20 01:23    [W:0.061 / U:0.308 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site