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

V4L/DVB (5128): M920x: trivial cleanups

Signed-off-by: default avatarMichael Krufky <mkrufky@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 01cb34db
......@@ -178,10 +178,10 @@ static struct i2c_algorithm m9206_i2c_algo = {
};
/* Callbacks for DVB USB */
static int megasky_identify_state (struct usb_device *udev,
struct dvb_usb_device_properties *props,
struct dvb_usb_device_description **desc,
int *cold)
static int megasky_identify_state(struct usb_device *udev,
struct dvb_usb_device_properties *props,
struct dvb_usb_device_description **desc,
int *cold)
{
struct usb_host_interface *alt;
......@@ -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,
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment