Re: [PATCH] backlight: pm8941-wled: fix ptr_ret.cocci warnings

From: Bjorn Andersson
Date: Mon Oct 26 2015 - 14:33:41 EST


On Mon, Oct 26, 2015 at 11:26 AM, kbuild test robot
<fengguang.wu@xxxxxxxxx> wrote:
> drivers/video/backlight/pm8941-wled.c:404:1-3: WARNING: PTR_ERR_OR_ZERO can be used
>
>
> Use PTR_ERR_OR_ZERO rather than if(IS_ERR(...)) + PTR_ERR
>
> Generated by: scripts/coccinelle/api/ptr_ret.cocci
>

Cool, I didn't know that. Thanks

Acked-by: Bjorn Andersson <bjorn.andersson@xxxxxxxxxxxxxx>

> Signed-off-by: Fengguang Wu <fengguang.wu@xxxxxxxxx>

Regards,
Bjorn
--
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/