John, > In commit 0b639decf651 ("scsi: pm8001: Modify task abort handling for > SATA task"), code was introduced to dereference "task" pointer in > pm8001_abort_task(). However there was a pre-existing later check for > "!task", which spooked the kernel test robot. > > Function pm8001_abort_task() should never be passed NULL for "task" > pointer, so remove that check. Also remove the "unlikely" hint, as > this is not fastpath code. Applied to 6.2/scsi-staging, thanks! -- Martin K. Petersen Oracle Linux Engineering