aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ic/nvme.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ic/nvme.c')
-rw-r--r--sys/dev/ic/nvme.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/nvme.c b/sys/dev/ic/nvme.c
index 6b92214..4a25735 100644
--- a/sys/dev/ic/nvme.c
+++ b/sys/dev/ic/nvme.c
@@ -481,8 +481,7 @@ nvme_init_controller(struct nvme_bar *bar)
bar->asq = VIRT_TO_PHYS(adminq->sq);
bar->acq = VIRT_TO_PHYS(adminq->cq);
- nvme_enable_controller(&state);
- return 0;
+ return nvme_enable_controller(&state);
}
static int