summaryrefslogtreecommitdiffstats
path: root/sys/pci/simos.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/simos.c')
-rw-r--r--sys/pci/simos.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pci/simos.c b/sys/pci/simos.c
index 040e042..6b865dd 100644
--- a/sys/pci/simos.c
+++ b/sys/pci/simos.c
@@ -111,7 +111,7 @@ simos_attach(pcici_t config_id, int unit)
struct simos_softc* sc;
struct cam_devq *devq;
- sc = malloc(sizeof(struct simos_softc), M_DEVBUF, M_WAITOK | M_ZERO);
+ sc = malloc(sizeof(struct simos_softc), M_DEVBUF, M_ZERO);
simosp[unit] = sc;
sc->sc_unit = unit;
OpenPOWER on IntegriCloud