On Mon, Oct 26, 2015 at 11:26 AM, kbuild test robot <[email protected]> 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 <[email protected]> > Signed-off-by: Fengguang Wu <[email protected]> Regards, Bjorn -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

