klog: use printk for welcome msg

This commit is contained in:
James Sullins
2012-01-02 20:39:39 -06:00
parent 0b89021c01
commit 06e9e74f80

View File

@@ -263,7 +263,7 @@ static int __init klog_init(void)
spin_unlock_irqrestore(&klog_lock, flags);
klog_printf("welcome to klog, buffer at %p, length %d\n", klog_buf, klog_buf->len);
printk(KERN_INFO "welcome to klog, buffer at %p, length %d\n", klog_buf, klog_buf->len);
return 0;
}