diff options
-rw-r--r-- | drivers/media/video/cx231xx/cx231xx-cards.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx231xx/cx231xx-cards.c b/drivers/media/video/cx231xx/cx231xx-cards.c index ad9d0485614e..b3a67605db2b 100644 --- a/drivers/media/video/cx231xx/cx231xx-cards.c +++ b/drivers/media/video/cx231xx/cx231xx-cards.c | |||
@@ -761,8 +761,8 @@ static int cx231xx_init_dev(struct cx231xx **devhandle, struct usb_device *udev, | |||
761 | /* Reset other chips required if they are tied up with GPIO pins */ | 761 | /* Reset other chips required if they are tied up with GPIO pins */ |
762 | cx231xx_add_into_devlist(dev); | 762 | cx231xx_add_into_devlist(dev); |
763 | 763 | ||
764 | printk(KERN_INFO "attach 417 %d\n", dev->model); | ||
765 | if (dev->model == CX231XX_BOARD_CNXT_VIDEO_GRABBER) { | 764 | if (dev->model == CX231XX_BOARD_CNXT_VIDEO_GRABBER) { |
765 | printk(KERN_INFO "attach 417 %d\n", dev->model); | ||
766 | if (cx231xx_417_register(dev) < 0) { | 766 | if (cx231xx_417_register(dev) < 0) { |
767 | printk(KERN_ERR | 767 | printk(KERN_ERR |
768 | "%s() Failed to register 417 on VID_B\n", | 768 | "%s() Failed to register 417 on VID_B\n", |