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:
parent
947af8fdcd
commit
05ec6cc88c
|
@ -201,7 +201,7 @@ static struct dvb_usb_device_properties gl861_properties = {
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct usb_driver gl861_driver = {
|
static struct usb_driver gl861_driver = {
|
||||||
.name = "gl861",
|
.name = "dvb_usb_gl861",
|
||||||
.probe = gl861_probe,
|
.probe = gl861_probe,
|
||||||
.disconnect = dvb_usb_device_exit,
|
.disconnect = dvb_usb_device_exit,
|
||||||
.id_table = gl861_table,
|
.id_table = gl861_table,
|
||||||
|
|
Loading…
Reference in New Issue