PCI: pci-label: Fix build failure when CONFIG_NLS is set to 'm' by allmodconfig
[pandora-kernel.git] / kernel / taskstats.c
index 3971c6b..9ffea36 100644 (file)
@@ -685,7 +685,7 @@ static int __init taskstats_init(void)
                goto err_cgroup_ops;
 
        family_registered = 1;
-       printk("registered taskstats version %d\n", TASKSTATS_GENL_VERSION);
+       pr_info("registered taskstats version %d\n", TASKSTATS_GENL_VERSION);
        return 0;
 err_cgroup_ops:
        genl_unregister_ops(&family, &taskstats_ops);