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

vt6656: replace call to info with printk call.

Signed-off-by: Forest Bond <forest@alittletooquiet.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Forest Bond 2009-06-13 07:38:56 -04:00 committed by Greg Kroah-Hartman
parent dd8db704ad
commit f4a8df9971

View file

@ -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);
}