projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd8db70
)
Staging: vt6656: replace call to info with printk call.
author
Forest Bond
<forest@alittletooquiet.net>
Sat, 13 Jun 2009 11:38:56 +0000
(07:38 -0400)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Tue, 15 Sep 2009 19:01:32 +0000
(12:01 -0700)
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>
drivers/staging/vt6656/main_usb.c
patch
|
blob
|
history
diff --git
a/drivers/staging/vt6656/main_usb.c
b/drivers/staging/vt6656/main_usb.c
index 228b3ecf971dae681af61203162333dc461ea940..722b73910d73b057ce1374cf39827e6010e05cd6 100644
(file)
--- a/
drivers/staging/vt6656/main_usb.c
+++ b/
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);
}