aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/isci/isci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/isci/isci.c')
-rw-r--r--sys/dev/isci/isci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/isci/isci.c b/sys/dev/isci/isci.c
index 2b5d4301f6b2..1dede4e45b4c 100644
--- a/sys/dev/isci/isci.c
+++ b/sys/dev/isci/isci.c
@@ -235,7 +235,7 @@ isci_detach(device_t device)
sci_pool_get(controller->unmap_buffer_pool, unmap_buffer);
if (unmap_buffer == NULL)
break;
- contigfree(unmap_buffer, PAGE_SIZE, M_ISCI);
+ free(unmap_buffer, M_ISCI);
}
}