]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commitdiff
Use pr_info() instead of printk()
authorMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 20 Dec 2012 16:58:45 +0000 (17:58 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 20 Dec 2012 16:58:45 +0000 (17:58 +0100)
net/can/canethgw.c

index 6bd36e624adcce116bbfebb1abbb661718ba7869..43dbbf630219ec40d2a7c118ac75e330a41f6981 100644 (file)
@@ -359,7 +359,7 @@ static struct miscdevice cegw_device = {
 
 static int __init cegw_init(void)
 {
-       printk(KERN_INFO "can: can-eth gateway\n");
+       pr_info("can: can-eth gateway\n");
        return misc_register(&cegw_device);
 }