Re: [PATCH 3/9] irqdomain: Introduce __irq_create_of_mapping()
From: Linus Walleij <hidden>
Date: 2013-09-23 19:15:36
Also in:
linux-gpio, linux-i2c, linux-tegra, lkml
From: Linus Walleij <hidden>
Date: 2013-09-23 19:15:36
Also in:
linux-gpio, linux-i2c, linux-tegra, lkml
On Mon, Sep 16, 2013 at 11:17 PM, Rob Herring [off-list ref] wrote:
On 09/16/2013 03:32 AM, Thierry Reding wrote:quoted
This is a version of irq_create_of_mapping() 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 irq_create_of_mapping() as a wrapper around the new __irq_create_of_mapping().This function is a manageable number of callers that the callers should just be updated and avoid the wrapper.
I second this and also don't want the first patch to use a wrapper. Yours, Linus Walleij