cem 7263d0bea2 linuxkpi: Remove extraneous NULL check on M_WAITOK allocation
The check was not introduced in r342628, but the subsequent unchecked access to
refs was added then, prompting a Coverity warning about "Null pointer
dereferences (FORWARD_NULL)."  The warning is bogus due to M_WAITOK, but so is
the NULL check that hints it, so just remove it.

CID:		1398588
Reported by:	Coverity
2019-01-01 19:56:49 +00:00
..
2018-12-19 21:57:58 +00:00
2018-12-29 21:18:01 +00:00
2018-12-29 21:18:01 +00:00
2018-12-13 04:40:53 +00:00
2018-10-20 20:45:49 +00:00
2018-12-12 21:10:34 +00:00
2018-12-31 18:11:04 +00:00
2018-10-20 22:39:35 +00:00
2018-12-19 21:57:58 +00:00
2019-01-01 00:25:25 +00:00