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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
}