--- src/sys/bus/firewire/fwohci.c 2006/12/22 23:12:16 1.15 +++ src/sys/bus/firewire/fwohci.c 2008/01/06 16:55:49 1.16 @@ -1231,10 +1231,6 @@ fwohci_db_init(struct fwohci_softc *sc, db_tr = (struct fwohcidb_tr *) kmalloc(sizeof(struct fwohcidb_tr) * dbch->ndb, M_FW, M_WAITOK | M_ZERO); - if(db_tr == NULL){ - kprintf("fwohci_db_init: malloc(1) failed\n"); - return; - } #define DB_SIZE(x) (sizeof(struct fwohcidb) * (x)->ndesc) dbch->am = fwdma_malloc_multiseg(&sc->fc, DB_SIZE(dbch),