projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62c7167
)
V4L/DVB (10748): sms1xxx: restore smsusb_driver.name to smsusb
author
Uri Shkolnik
<uris@siano-ms.com>
Sun, 31 Aug 2008 03:44:04 +0000
(
00:44
-0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Mon, 30 Mar 2009 15:43:00 +0000
(12:43 -0300)
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>
drivers/media/dvb/siano/smsusb.c
patch
|
blob
|
history
diff --git
a/drivers/media/dvb/siano/smsusb.c
b/drivers/media/dvb/siano/smsusb.c
index 5d7ca341771995941d1810effabf7a104a83224c..0f3506ec1acc809a83e53976f375b0eddc7642f2 100644
(file)
--- a/
drivers/media/dvb/siano/smsusb.c
+++ b/
drivers/media/dvb/siano/smsusb.c
@@
-475,7
+475,7
@@
static int smsusb_resume(struct usb_interface *intf)
}
static struct usb_driver smsusb_driver = {
- .name = "sms
1xxx
",
+ .name = "sms
usb
",
.probe = smsusb_probe,
.disconnect = smsusb_disconnect,
.id_table = smsusb_id_table,