Browse Source

V4L/DVB (10748): sms1xxx: restore smsusb_driver.name to smsusb

The sms1xxx driver will be broken down into smaller modules,
so the original name, smsusb, is more appropriate.

Signed-off-by: Uri Shkolnik <uris@siano-ms.com>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Uri Shkolnik 17 years ago
parent
commit
dba843afad
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/media/dvb/siano/smsusb.c

+ 1 - 1
drivers/media/dvb/siano/smsusb.c

@@ -475,7 +475,7 @@ static int smsusb_resume(struct usb_interface *intf)
 }
 }
 
 
 static struct usb_driver smsusb_driver = {
 static struct usb_driver smsusb_driver = {
-	.name			= "sms1xxx",
+	.name			= "smsusb",
 	.probe			= smsusb_probe,
 	.probe			= smsusb_probe,
 	.disconnect		= smsusb_disconnect,
 	.disconnect		= smsusb_disconnect,
 	.id_table		= smsusb_id_table,
 	.id_table		= smsusb_id_table,