Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F154029071
D20428.id57955.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
409 B
Referenced Files
None
Subscribers
None
D20428.id57955.diff
View Options
Index: sys/dev/ixl/i40e_common.c
===================================================================
--- sys/dev/ixl/i40e_common.c
+++ sys/dev/ixl/i40e_common.c
@@ -387,7 +387,7 @@
if (!i40e_is_vf(hw))
return !!(rd32(hw, hw->aq.asq.len) &
I40E_PF_ATQLEN_ATQENABLE_MASK);
- if (i40e_is_vf(hw))
+ else
return !!(rd32(hw, hw->aq.asq.len) &
I40E_VF_ATQLEN1_ATQENABLE_MASK);
return FALSE;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 26, 2:25 PM (11 h, 37 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
32156144
Default Alt Text
D20428.id57955.diff (409 B)
Attached To
Mode
D20428: ixl(4): fix the code not guarded by the guarded by the if clause
Attached
Detach File
Event Timeline
Log In to Comment