diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2006-10-03 17:15:26 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-02-21 13:35:27 -0200 |
commit | 05ec6cc88c901fa8755fc11e847c1d6a0e31f9c5 (patch) | |
tree | 38446455754a594a6df497b5b92ba066e736d50d /drivers | |
parent | 947af8fdcd034e567421bdc55ec446e24b519b7f (diff) | |
download | op-kernel-dev-05ec6cc88c901fa8755fc11e847c1d6a0e31f9c5.zip op-kernel-dev-05ec6cc88c901fa8755fc11e847c1d6a0e31f9c5.tar.gz |
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')
-rw-r--r-- | drivers/media/dvb/dvb-usb/gl861.c | 2 |
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 2f4aee6..1333268 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, |