Re: [PATCH] ARM: pxa: fix return value check in pxa2xx_drv_pcmcia_probe()

From: Haojian Zhuang
Date: Fri Sep 21 2012 - 03:34:31 EST


On Fri, Sep 21, 2012 at 3:30 PM, Eric Miao <eric.y.miao@xxxxxxxxx> wrote:
> On Fri, Sep 21, 2012 at 3:19 PM, Wei Yongjun <weiyj.lk@xxxxxxxxx> wrote:
>> From: Wei Yongjun <yongjun_wei@xxxxxxxxxxxxxxxxx>
>>
>> In case of error, the function clk_get() returns ERR_PTR()
>> and never returns NULL pointer. The NULL test in the error
>> handling should be replaced with IS_ERR().
>>
>> dpatch engine is used to auto generated this patch.
>> (https://github.com/weiyj/dpatch)
>>
>> Signed-off-by: Wei Yongjun <yongjun_wei@xxxxxxxxxxxxxxxxx>
>
> Ack
>
Applied

Thanks
Haojian
--
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/