]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commitdiff
Add banner message
authorMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 20 Dec 2012 16:15:27 +0000 (17:15 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 20 Dec 2012 16:15:27 +0000 (17:15 +0100)
net/can/canethgw.c

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