topstar-laptop: Convert remaining printk to pr_info
To be similar to all other uses. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Matthew Garrett <mjg@redhat.com>
This commit is contained in:
Родитель
33cab1b71e
Коммит
93c1d05b5f
|
@ -194,7 +194,7 @@ static int __init topstar_laptop_init(void)
|
|||
if (ret < 0)
|
||||
return ret;
|
||||
|
||||
printk(KERN_INFO "Topstar Laptop ACPI extras driver loaded\n");
|
||||
pr_info("ACPI extras driver loaded\n");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче