Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F146604920
D18310.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
544 B
Referenced Files
None
Subscribers
None
D18310.diff
View Options
Index: head/sys/dev/cxgbe/cxgbei/cxgbei.c
===================================================================
--- head/sys/dev/cxgbe/cxgbei/cxgbei.c
+++ head/sys/dev/cxgbe/cxgbei/cxgbei.c
@@ -449,9 +449,9 @@
struct icl_pdu *ip0;
ip0 = icl_cxgbei_new_pdu(M_NOWAIT);
- icl_cxgbei_new_pdu_set_conn(ip0, ic);
if (ip0 == NULL)
CXGBE_UNIMPLEMENTED("PDU allocation failure");
+ icl_cxgbei_new_pdu_set_conn(ip0, ic);
icp0 = ip_to_icp(ip0);
icp0->icp_seq = 0; /* XXX */
icp0->icp_flags = ICPF_RX_HDR | ICPF_RX_STATUS;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Mar 5, 1:04 AM (12 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29264129
Default Alt Text
D18310.diff (544 B)
Attached To
Mode
D18310: Fix a check.
Attached
Detach File
Event Timeline
Log In to Comment