Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109588393
D45853.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
472 B
Referenced Files
None
Subscribers
None
D45853.diff
View Options
diff --git a/sys/dev/ae/if_ae.c b/sys/dev/ae/if_ae.c
--- a/sys/dev/ae/if_ae.c
+++ b/sys/dev/ae/if_ae.c
@@ -362,12 +362,6 @@
*/
sc->tq = taskqueue_create_fast("ae_taskq", M_WAITOK,
taskqueue_thread_enqueue, &sc->tq);
- if (sc->tq == NULL) {
- device_printf(dev, "could not create taskqueue.\n");
- ether_ifdetach(ifp);
- error = ENXIO;
- goto fail;
- }
taskqueue_start_threads(&sc->tq, 1, PI_NET, "%s taskq",
device_get_nameunit(sc->dev));
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Feb 8, 2:56 AM (20 h, 34 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16520552
Default Alt Text
D45853.diff (472 B)
Attached To
Mode
D45853: Stop checking for failures from malloc/taskqueue_create/buf_ring_alloc(M_WAITOK)
Attached
Detach File
Event Timeline
Log In to Comment