Skip to content

Commit

Permalink
Staging: vt6656: replace call to info with printk call.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Forest Bond authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent dd8db70 commit f4a8df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/vt6656/main_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

Expand Down

0 comments on commit f4a8df9

Please sign in to comment.