Re: [PATCH 5/9] of/irq: Introduce __of_irq_to_resource()
From: Linus Walleij <hidden>
Date: 2013-09-23 19:20:41
Also in:
linux-gpio, linux-i2c, linux-tegra, lkml
From: Linus Walleij <hidden>
Date: 2013-09-23 19:20:41
Also in:
linux-gpio, linux-i2c, linux-tegra, lkml
On Mon, Sep 16, 2013 at 11:29 PM, Rob Herring [off-list ref] wrote:
On 09/16/2013 03:32 AM, Thierry Reding wrote:quoted
This is a version of of_irq_to_resource() that propagates the precise error code instead of returning 0 for all errors. It will be used in subsequent patches to allow further propagation of error codes. To avoid code duplication, implement of_irq_to_resource() as a wrapper around the new __of_irq_to_resource().I think the callers in this case are manageable to update as well. Several cases could simply use irq_of_parse_and_map instead as they just pass in a NULL resource.
I second this comment. Yours, Linus Walleij