Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F147283315
D18228.id51325.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
416 B
Referenced Files
None
Subscribers
None
D18228.id51325.diff
View Options
Index: head/sys/dev/sfxge/common/efx_port.c
===================================================================
--- head/sys/dev/sfxge/common/efx_port.c
+++ head/sys/dev/sfxge/common/efx_port.c
@@ -149,7 +149,7 @@
EFSYS_ASSERT(link_mode < EFX_LINK_NMODES);
if (EFX_TEST_QWORD_BIT(encp->enc_loopback_types[link_mode],
- loopback_type) == 0) {
+ (int)loopback_type) == 0) {
rc = ENOTSUP;
goto fail1;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Mar 10, 4:35 PM (33 m, 17 s)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
29485529
Default Alt Text
D18228.id51325.diff (416 B)
Attached To
Mode
D18228: sfxge(4): fix comparison always true warning
Attached
Detach File
Event Timeline
Log In to Comment