Hide another common print under bootverbose.
This commit is contained in:
parent
17d10fccac
commit
2ea698312b
@ -1024,7 +1024,8 @@ static void hpt_final_init(void *dummy)
|
||||
}
|
||||
|
||||
if (!i) {
|
||||
os_printk("no controller detected.");
|
||||
if (bootverbose)
|
||||
os_printk("no controller detected.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user