mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
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:
parent
dd8db704ad
commit
f4a8df9971
1 changed files with 1 additions and 1 deletions
|
@ -2392,7 +2392,7 @@ static struct usb_driver vntwusb_driver = {
|
||||||
|
|
||||||
static int __init vntwusb_init_module(void)
|
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);
|
return usb_register(&vntwusb_driver);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue