]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't check return from xpt_alloc_ccb() for being NULL; since it's not
authortrasz <trasz@FreeBSD.org>
Mon, 23 Nov 2020 12:59:56 +0000 (12:59 +0000)
committertrasz <trasz@FreeBSD.org>
Mon, 23 Nov 2020 12:59:56 +0000 (12:59 +0000)
commit881132157f3068352c74b257bbe58888286233d5
tree0f8c15582260cd144920094391a8408dc4372c27
parentf21230d5bc99c814ea8ed287fdce1a57c2d55cb7
Don't check return from xpt_alloc_ccb() for being NULL; since it's not
the _nowait wariant, it cannot fail.

Suggested by: mav
MFC after: 2 weeks
Sponsored by: NetApp, Inc.
Sponsored by: Klara, Inc.
sys/dev/hptmv/entry.c