CVSROOT:        /cvs
Module name:    src
Changes by:     k...@cvs.openbsd.org    2020/03/14 12:53:13

Modified files:
        sys/dev/ic     : ahci.c 

Log message:
ahci_get_pmp_ccb() returns a non-NULL pointer, fails a
KASSERT(), or has already blown up by dereferencing the
pointer.

Two of the four invocations of ahci_get_pmp_ccb() check for
NULL. Save a couple of bytes by not bothering. Add comments
to the invocations to docuement the assumption.

Reply via email to