diff options
-rw-r--r-- | drivers/media/dvb/dvb-usb/m920x.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/drivers/media/dvb/dvb-usb/m920x.c b/drivers/media/dvb/dvb-usb/m920x.c index 8c954814f827..485ea5ca5aeb 100644 --- a/drivers/media/dvb/dvb-usb/m920x.c +++ b/drivers/media/dvb/dvb-usb/m920x.c | |||
@@ -341,10 +341,10 @@ static int m9206_firmware_download(struct usb_device *udev, | |||
341 | } | 341 | } |
342 | 342 | ||
343 | /* Callbacks for DVB USB */ | 343 | /* Callbacks for DVB USB */ |
344 | static int megasky_identify_state(struct usb_device *udev, | 344 | static int m920x_identify_state(struct usb_device *udev, |
345 | struct dvb_usb_device_properties *props, | 345 | struct dvb_usb_device_properties *props, |
346 | struct dvb_usb_device_description **desc, | 346 | struct dvb_usb_device_description **desc, |
347 | int *cold) | 347 | int *cold) |
348 | { | 348 | { |
349 | struct usb_host_interface *alt; | 349 | struct usb_host_interface *alt; |
350 | 350 | ||
@@ -463,7 +463,7 @@ static struct dvb_usb_device_properties megasky_properties = { | |||
463 | 463 | ||
464 | .size_of_priv = sizeof(struct m9206_state), | 464 | .size_of_priv = sizeof(struct m9206_state), |
465 | 465 | ||
466 | .identify_state = megasky_identify_state, | 466 | .identify_state = m920x_identify_state, |
467 | .num_adapters = 1, | 467 | .num_adapters = 1, |
468 | .adapter = {{ | 468 | .adapter = {{ |
469 | .caps = DVB_USB_ADAP_HAS_PID_FILTER | | 469 | .caps = DVB_USB_ADAP_HAS_PID_FILTER | |