V4L/DVB (8307): sms1xxx: change smsusb_driver.name to sms1xxx

Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
Michael Krufky 2008-06-29 01:33:23 -03:00 committed by Mauro Carvalho Chehab
parent 5068b7a449
commit eb383bddc5

View file

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