Don't check malloc(M_WAITOK) result.

This commit is contained in:
Gleb Smirnoff 2010-07-27 11:56:49 +00:00
parent cd292f1264
commit b17f26b00c

View File

@ -234,8 +234,6 @@ lltable_init(struct ifnet *ifp, int af)
register int i;
llt = malloc(sizeof(struct lltable), M_LLTABLE, M_WAITOK);
if (llt == NULL)
return (NULL);
llt->llt_af = af;
llt->llt_ifp = ifp;