Re: [PATCH -next] sh-pfc: Use PTR_ERR_OR_ZERO() to simplify the code
From: Linus Walleij <hidden>
Date: 2016-07-11 07:52:39
Also in:
linux-renesas-soc
From: Linus Walleij <hidden>
Date: 2016-07-11 07:52:39
Also in:
linux-renesas-soc
On Wed, Jul 6, 2016 at 2:03 PM, [off-list ref] wrote:
From: Wei Yongjun <redacted> Use PTR_ERR_OR_ZERO rather than if(IS_ERR(...)) + PTR_ERR. Signed-off-by: Wei Yongjun <redacted>
Patch applied with Laurent's ACK. (Not expecting Geert to collect patches for me this late in the merge cycle.) Yours, Linus Walleij