projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05a0737
)
V4L/DVB (11824): Siano: smsusb - change exit func debug msg
author
Uri Shkolnik
<uris@siano-ms.com>
Sun, 17 May 2009 12:28:55 +0000
(09:28 -0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Tue, 16 Jun 2009 22:14:37 +0000
(19:14 -0300)
Change the debug message of the USB interface driver exit
function.
Signed-off-by: Uri Shkolnik <uris@siano-ms.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/dvb/siano/smsusb.c
patch
|
blob
|
history
diff --git
a/drivers/media/dvb/siano/smsusb.c
b/drivers/media/dvb/siano/smsusb.c
index
81fc85c
..
37a00e9
100644
(file)
--- a/
drivers/media/dvb/siano/smsusb.c
+++ b/
drivers/media/dvb/siano/smsusb.c
@@
-554,9
+554,9
@@
int smsusb_module_init(void)
void smsusb_module_exit(void)
{
- sms_debug("");
/* Regular USB Cleanup */
usb_deregister(&smsusb_driver);
+ sms_info("end");
}
module_init(smsusb_module_init);