Commit 2a2bfa7d authored by Michael Krufky's avatar Michael Krufky Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (5128): M920x: trivial cleanups

parent 01cb34db
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -448,7 +448,7 @@ static int megasky_frontend_attach(struct dvb_usb_adapter *adap)
/* DVB USB Driver stuff */
static struct dvb_usb_device_properties megasky_properties;

static int megasky_probe(struct usb_interface *intf, const struct usb_device_id *id)
static int m920x_probe(struct usb_interface *intf, const struct usb_device_id *id)
{
	struct dvb_usb_device *d;
	struct usb_host_interface *alt;
@@ -665,7 +665,7 @@ static struct dvb_usb_device_properties megasky_properties = {

static struct usb_driver m920x_driver = {
	.name		= "dvb_usb_m920x",
	.probe		= megasky_probe,
	.probe		= m920x_probe,
	.disconnect	= dvb_usb_device_exit,
	.id_table	= m920x_table,
};