summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/dvb-usb/gl861.c
diff options
context:
space:
mode:
authorMichael Krufky2006-10-03 22:15:26 +0200
committerMauro Carvalho Chehab2007-02-21 16:35:27 +0100
commit05ec6cc88c901fa8755fc11e847c1d6a0e31f9c5 (patch)
tree38446455754a594a6df497b5b92ba066e736d50d /drivers/media/dvb/dvb-usb/gl861.c
parentV4L/DVB (5225): Gl861: fix MODULE_AUTHOR (diff)
downloadkernel-qcow2-linux-05ec6cc88c901fa8755fc11e847c1d6a0e31f9c5.tar.gz
kernel-qcow2-linux-05ec6cc88c901fa8755fc11e847c1d6a0e31f9c5.tar.xz
kernel-qcow2-linux-05ec6cc88c901fa8755fc11e847c1d6a0e31f9c5.zip
V4L/DVB (5226): Gl861: fix driver_name
Rename driver_name from "gl861" to "dvb_usb_gl861" Signed-off-by: Michael Krufky <mkrufky@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/dvb-usb/gl861.c')
-rw-r--r--drivers/media/dvb/dvb-usb/gl861.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/dvb/dvb-usb/gl861.c b/drivers/media/dvb/dvb-usb/gl861.c
index 2f4aee62ace6..1333268fc835 100644
--- a/drivers/media/dvb/dvb-usb/gl861.c
+++ b/drivers/media/dvb/dvb-usb/gl861.c
@@ -201,7 +201,7 @@ static struct dvb_usb_device_properties gl861_properties = {
};
static struct usb_driver gl861_driver = {
- .name = "gl861",
+ .name = "dvb_usb_gl861",
.probe = gl861_probe,
.disconnect = dvb_usb_device_exit,
.id_table = gl861_table,