summaryrefslogtreecommitdiffstats
path: root/sys/dev/firewire/sbp.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/firewire/sbp.c')
-rw-r--r--sys/dev/firewire/sbp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/firewire/sbp.c b/sys/dev/firewire/sbp.c
index 41aeaab..a8ed494 100644
--- a/sys/dev/firewire/sbp.c
+++ b/sys/dev/firewire/sbp.c
@@ -1597,7 +1597,7 @@ END_DEBUG
sbp->ocb = (struct sbp_ocb *) contigmalloc(
sizeof (struct sbp_ocb) * SBP_NUM_OCB,
- M_SBP, M_DONTWAIT, 0x10000, 0xffffffff, PAGE_SIZE, 0ul);
+ M_SBP, M_NOWAIT, 0x10000, 0xffffffff, PAGE_SIZE, 0ul);
bzero(sbp->ocb, sizeof (struct sbp_ocb) * SBP_NUM_OCB);
if (sbp->ocb == NULL) {
OpenPOWER on IntegriCloud