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>
This commit is contained in:
Michael Krufky 2006-10-03 17:15:26 -03:00 committed by Mauro Carvalho Chehab
parent 947af8fdcd
commit 05ec6cc88c

View file

@ -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,