Re: [PATCH v4 1/2] Use "request_muxed_region" in it87 watchdogdrivers

From: Alan Cox
Date: Tue Apr 12 2011 - 07:42:08 EST


> + while (!request_muxed_region(REG, 2, NAME))
> + continue;
> +

This shouldn't need the loop ? - is it only working with the loop
present ?


Otherwise this looks good - I'd just like to understand if the loop was
needed (indicating a bug has crept into the muxed alloc code somewhere
perhaps) or not

Alan
--
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/