Commit f4a8df99 authored by Forest Bond's avatar Forest Bond Committed by Greg Kroah-Hartman

Staging: vt6656: replace call to info with printk call.

vt6656: replace call to info with printk call.
Signed-off-by: default avatarForest Bond <forest@alittletooquiet.net>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent dd8db704
......@@ -2392,7 +2392,7 @@ static struct usb_driver vntwusb_driver = {
static int __init vntwusb_init_module(void)
{
info(DEVICE_FULL_DRV_NAM " " DEVICE_VERSION);
printk(KERN_NOTICE DEVICE_FULL_DRV_NAM " " DEVICE_VERSION);
return usb_register(&vntwusb_driver);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment