Re: [patch 44/54] PNP: add pnp_new_resource() to find a new unset pnp_resource

From: Bjorn Helgaas
Date: Mon Apr 28 2008 - 16:43:56 EST


On Saturday 26 April 2008 04:37:42 pm Rene Herman wrote:
> On 25-04-08 20:38, Bjorn Helgaas wrote:
>
> > + switch (type) {
> > + case IORESOURCE_IO:
> > + for (i = 0; i < PNP_MAX_PORT; i++) {
> > + pnp_res = &dev->res->port[i];
> > + res = &pnp_res->res;
> > + if (res->flags & IORESOURCE_UNSET)
> > + return pnp_res;
>
> Again possible users of pnp_resource_valid().

Done; I also converted to use pnp_get_pnp_resource().
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/