diff options
author | Chuck Tuffli <chuck@FreeBSD.org> | 2022-01-30 07:07:29 +0000 |
---|---|---|
committer | Chuck Tuffli <chuck@FreeBSD.org> | 2022-01-30 07:07:29 +0000 |
commit | 45ab4076f36b428595ba1ce200515fda6af58a76 (patch) | |
tree | a3f86150b8a56eef6e6c87ab55defd8aabc59477 /usr.sbin/bhyve | |
parent | 785b5da318bf0e523fa00b3c9c6fde94b1156542 (diff) |
Diffstat (limited to 'usr.sbin/bhyve')
-rw-r--r-- | usr.sbin/bhyve/pci_nvme.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.sbin/bhyve/pci_nvme.c b/usr.sbin/bhyve/pci_nvme.c index c9aaf86ed7be..64a6e27aa90b 100644 --- a/usr.sbin/bhyve/pci_nvme.c +++ b/usr.sbin/bhyve/pci_nvme.c @@ -744,9 +744,6 @@ pci_nvme_aer_add(struct pci_nvme_softc *sc, uint16_t cid) { struct pci_nvme_aer *aer = NULL; - if (pci_nvme_aer_limit_reached(sc)) - return (-1); - aer = calloc(1, sizeof(struct pci_nvme_aer)); if (aer == NULL) return (-1); |