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>
tirimbino
Uri Shkolnik 16 years ago committed by Mauro Carvalho Chehab
parent 05a073769d
commit bebfa762b1
  1. 2
      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);

Loading…
Cancel
Save