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>
This commit is contained in:
Uri Shkolnik 2009-05-17 09:28:55 -03:00 коммит произвёл Mauro Carvalho Chehab
Родитель 05a073769d
Коммит bebfa762b1
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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);