Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 93c1d05b authored by Joe Perches's avatar Joe Perches Committed by Matthew Garrett
Browse files

topstar-laptop: Convert remaining printk to pr_info



To be similar to all other uses.

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarMatthew Garrett <mjg@redhat.com>
parent 33cab1b7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}