Only print the driver name and version if bootverbose is set.
This commit is contained in:
parent
cb24e15186
commit
b07d272da4
@ -1156,7 +1156,8 @@ static void hpt_final_init(void *dummy)
|
||||
|
||||
static void hpt_init(void *dummy)
|
||||
{
|
||||
os_printk("%s %s", driver_name_long, driver_ver);
|
||||
if (bootverbose)
|
||||
os_printk("%s %s", driver_name_long, driver_ver);
|
||||
init_config();
|
||||
|
||||
hpt_ich.ich_func = hpt_final_init;
|
||||
|
Loading…
x
Reference in New Issue
Block a user