mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 02:01:29 +00:00
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:
parent
33cab1b71e
commit
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user