Skip to content

Commit

Permalink
V4L/DVB (8307): sms1xxx: change smsusb_driver.name to sms1xxx
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Michael Krufky authored and Mauro Carvalho Chehab committed Jul 20, 2008
1 parent 5068b7a commit eb383bd
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 @@ -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,
Expand Down

0 comments on commit eb383bd

Please sign in to comment.