Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150702709
D56204.id174698.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
494 B
Referenced Files
None
Subscribers
None
D56204.id174698.diff
View Options
diff --git a/sys/dev/clk/clk_fixed.c b/sys/dev/clk/clk_fixed.c
--- a/sys/dev/clk/clk_fixed.c
+++ b/sys/dev/clk/clk_fixed.c
@@ -158,8 +158,10 @@
switch (clk_type) {
case CLK_TYPE_FIXED:
if (!OF_hasprop(ofw_bus_get_node(dev), "clock-frequency")) {
- device_printf(dev,
- "clock-fixed has no clock-frequency\n");
+ if (bootverbose) {
+ device_printf(dev,
+ "clock-fixed has no clock-frequency\n");
+ }
return (ENXIO);
}
device_set_desc(dev, "Fixed clock");
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 4, 11:49 AM (2 h, 35 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30687497
Default Alt Text
D56204.id174698.diff (494 B)
Attached To
Mode
D56204: clk_fixed: quiet a warning message
Attached
Detach File
Event Timeline
Log In to Comment