projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.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
|
blame
|
history
diff --git
a/drivers/media/dvb/siano/smsusb.c
b/drivers/media/dvb/siano/smsusb.c
index 81fc85c0891ca909ba05d9fdb558639f34352a48..37a00e906768f8c217a85d63f0282a214bc94d24 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);