aboutsummaryrefslogtreecommitdiff
path: root/sys/netatm/atm_device.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netatm/atm_device.c')
-rw-r--r--sys/netatm/atm_device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netatm/atm_device.c b/sys/netatm/atm_device.c
index c85303e93604..959c61ca340b 100644
--- a/sys/netatm/atm_device.c
+++ b/sys/netatm/atm_device.c
@@ -170,7 +170,7 @@ atm_dev_inst(ssp, cvcp)
/*
* Allocate a VCC control block
*/
- cvp = uma_zalloc(cup->cu_vcc_zone, M_WAITOK);
+ cvp = uma_zalloc(cup->cu_vcc_zone, 0);
if (cvp == NULL)
return (ENOMEM);