Hi, > drivers/bluetooth/btintel.c:416: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 > > Fixes: 38ca310b0d2c ("Bluetooth: btintel: Add platform device for rfkill signal") > CC: Sukumar Ghorai <sukumar.ghorai@xxxxxxxxx> > Signed-off-by: kbuild test robot <fengguang.wu@xxxxxxxxx> I am not going to apply patches from a robot. So can some human please generate a patch with a proper authorship and signed-off-by line please. Regards Marcel