diff options
author | Uri Shkolnik <uris@siano-ms.com> | 2009-05-17 09:28:55 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-06-16 19:14:37 -0300 |
commit | bebfa762b171ffcfeeec08f3e677fa9076db6d4c (patch) | |
tree | 182259b7be40b3f3768383fabd624dadd712998f /drivers | |
parent | 05a073769dbc5f4440d40880a26b76bc8e568c78 (diff) | |
download | op-kernel-dev-bebfa762b171ffcfeeec08f3e677fa9076db6d4c.zip op-kernel-dev-bebfa762b171ffcfeeec08f3e677fa9076db6d4c.tar.gz |
V4L/DVB (11824): Siano: smsusb - change exit func debug msg
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/media/dvb/siano/smsusb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/siano/smsusb.c b/drivers/media/dvb/siano/smsusb.c index 81fc85c..37a00e9 100644 --- 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); |