Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109962844
D20880.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
462 B
Referenced Files
None
Subscribers
None
D20880.diff
View Options
Index: head/sys/dev/superio/superio.c
===================================================================
--- head/sys/dev/superio/superio.c
+++ head/sys/dev/superio/superio.c
@@ -405,7 +405,7 @@
{
switch (type) {
case SUPERIO_DEV_NONE:
- return ("invalid");
+ return ("none");
case SUPERIO_DEV_HWM:
return ("HWM");
case SUPERIO_DEV_WDT:
@@ -415,6 +415,7 @@
case SUPERIO_DEV_MAX:
return ("invalid");
}
+ return ("invalid");
}
static int
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Feb 12, 7:32 PM (19 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16615197
Default Alt Text
D20880.diff (462 B)
Attached To
Mode
D20880: Fix gcc build for superio(4)
Attached
Detach File
Event Timeline
Log In to Comment