aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/nvme/nvme_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/nvme/nvme_pci.c')
-rw-r--r--sys/dev/nvme/nvme_pci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/nvme/nvme_pci.c b/sys/dev/nvme/nvme_pci.c
index 29b49b7df403..c07a68d2f0dc 100644
--- a/sys/dev/nvme/nvme_pci.c
+++ b/sys/dev/nvme/nvme_pci.c
@@ -151,7 +151,6 @@ nvme_pci_probe (device_t device)
static int
nvme_ctrlr_allocate_bar(struct nvme_controller *ctrlr)
{
-
ctrlr->resource_id = PCIR_BAR(0);
ctrlr->resource = bus_alloc_resource_any(ctrlr->dev, SYS_RES_MEMORY,