Skip to content

Commit

Permalink
V4L/DVB (10748): sms1xxx: restore smsusb_driver.name to smsusb
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Uri Shkolnik authored and Mauro Carvalho Chehab committed Mar 30, 2009
1 parent 62c7167 commit dba843a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/dvb/siano/smsusb.c
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ static int smsusb_resume(struct usb_interface *intf)
}

static struct usb_driver smsusb_driver = {
.name = "sms1xxx",
.name = "smsusb",
.probe = smsusb_probe,
.disconnect = smsusb_disconnect,
.id_table = smsusb_id_table,
Expand Down

0 comments on commit dba843a

Please sign in to comment.