Browse Source

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>
Forest Bond 16 years ago
parent
commit
f4a8df9971
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/staging/vt6656/main_usb.c

+ 1 - 1
drivers/staging/vt6656/main_usb.c

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