Remove error handling around mallocarray(9). I cannot fail when
authorbluhm <bluhm@openbsd.org>
Fri, 28 Apr 2023 10:18:57 +0000 (10:18 +0000)
committerbluhm <bluhm@openbsd.org>
Fri, 28 Apr 2023 10:18:57 +0000 (10:18 +0000)
commit58721d3b459f565a5bd1d5eeeeadb3a058f8d18b
tree7d23edaa0ef20c9f716c37e18df195998f0fc878
parentaf4c3b2e07d8940a0be60ab84985f758badd0fbe
Remove error handling around mallocarray(9).  I cannot fail when
called with M_WAITOK.
OK kevlo@
sys/dev/pci/if_igc.c
sys/dev/pci/if_ix.c
sys/dev/pci/if_oce.c