diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2006-09-23 19:13:12 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-02-21 10:34:50 -0500 |
commit | 2a2bfa7d61b29170b7f9bbf42712a77229e6b935 (patch) | |
tree | 285fbaa499a9bb5fe3977d994a6356e55dbfbcf8 /drivers/media | |
parent | 01cb34dba930accdb9356247bbe64b1c5393c5d5 (diff) |
V4L/DVB (5128): M920x: trivial cleanups
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/dvb/dvb-usb/m920x.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/media/dvb/dvb-usb/m920x.c b/drivers/media/dvb/dvb-usb/m920x.c index 6e96c11a0c19..5ab16b15b95c 100644 --- a/drivers/media/dvb/dvb-usb/m920x.c +++ b/drivers/media/dvb/dvb-usb/m920x.c | |||
@@ -178,10 +178,10 @@ static struct i2c_algorithm m9206_i2c_algo = { | |||
178 | }; | 178 | }; |
179 | 179 | ||
180 | /* Callbacks for DVB USB */ | 180 | /* Callbacks for DVB USB */ |
181 | static int megasky_identify_state (struct usb_device *udev, | 181 | static int megasky_identify_state(struct usb_device *udev, |
182 | struct dvb_usb_device_properties *props, | 182 | struct dvb_usb_device_properties *props, |
183 | struct dvb_usb_device_description **desc, | 183 | struct dvb_usb_device_description **desc, |
184 | int *cold) | 184 | int *cold) |
185 | { | 185 | { |
186 | struct usb_host_interface *alt; | 186 | struct usb_host_interface *alt; |
187 | 187 | ||
@@ -448,7 +448,7 @@ static int megasky_frontend_attach(struct dvb_usb_adapter *adap) | |||
448 | /* DVB USB Driver stuff */ | 448 | /* DVB USB Driver stuff */ |
449 | static struct dvb_usb_device_properties megasky_properties; | 449 | static struct dvb_usb_device_properties megasky_properties; |
450 | 450 | ||
451 | static int megasky_probe(struct usb_interface *intf, const struct usb_device_id *id) | 451 | static int m920x_probe(struct usb_interface *intf, const struct usb_device_id *id) |
452 | { | 452 | { |
453 | struct dvb_usb_device *d; | 453 | struct dvb_usb_device *d; |
454 | struct usb_host_interface *alt; | 454 | struct usb_host_interface *alt; |
@@ -665,7 +665,7 @@ static struct dvb_usb_device_properties megasky_properties = { | |||
665 | 665 | ||
666 | static struct usb_driver m920x_driver = { | 666 | static struct usb_driver m920x_driver = { |
667 | .name = "dvb_usb_m920x", | 667 | .name = "dvb_usb_m920x", |
668 | .probe = megasky_probe, | 668 | .probe = m920x_probe, |
669 | .disconnect = dvb_usb_device_exit, | 669 | .disconnect = dvb_usb_device_exit, |
670 | .id_table = m920x_table, | 670 | .id_table = m920x_table, |
671 | }; | 671 | }; |