]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/blobdiff - net/can/canethgw.c
Use pr_info() instead of printk()
[can-eth-gw-linux.git] / 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);
 }