Re: [PATCH -next] memory: atmel-ebi: use PTR_ERR_OR_ZERO() to simplify the code

From: Wei Yongjun
Date: Wed Jul 06 2016 - 09:20:09 EST


Hi,

On 07/06/2016 08:18 PM, Alexandre Belloni wrote:
> Hi,
>
> On 06/07/2016 at 12:08:05 +0000, weiyj_lk@xxxxxxx wrote :
>> From: Wei Yongjun <yongjun_wei@xxxxxxxxxxxxxxxxx>
>>
>> Use PTR_ERR_OR_ZERO rather than if(IS_ERR(...)) + PTR_ERR.
>>
> I'm guessing you found that using coccinnelle or any other static
> analysis tool. Can you mention that in the commit message?
>
Your are right, this patch is found by coccinelle and created by scripts.
(I called it dpatch, a kernel patch IDE, which had integrated coccinelle,
sparse engine, scripts to found and create kernel patch.
REF: https://github.com/weiyj/dpatch-devel).

I mentioned those in passed, but no all of people like this.

Regards,
Wei Yongjun