Skip to content

Commit

Permalink
topstar-laptop: Convert remaining printk to pr_info
Browse files Browse the repository at this point in the history
To be similar to all other uses.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
  • Loading branch information
Joe Perches authored and Matthew Garrett committed May 27, 2011
1 parent 33cab1b commit 93c1d05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/platform/x86/topstar-laptop.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 93c1d05

Please sign in to comment.