diff options
Diffstat (limited to 'drivers/media/video/ivtv/ivtv-driver.c')
-rw-r--r-- | drivers/media/video/ivtv/ivtv-driver.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/media/video/ivtv/ivtv-driver.c b/drivers/media/video/ivtv/ivtv-driver.c index 06a1f3c4de4b..e6f319f7a1b9 100644 --- a/drivers/media/video/ivtv/ivtv-driver.c +++ b/drivers/media/video/ivtv/ivtv-driver.c | |||
@@ -1097,6 +1097,13 @@ static int __devinit ivtv_probe(struct pci_dev *dev, | |||
1097 | The PCI IDs are not always reliable. */ | 1097 | The PCI IDs are not always reliable. */ |
1098 | ivtv_process_eeprom(itv); | 1098 | ivtv_process_eeprom(itv); |
1099 | } | 1099 | } |
1100 | if (itv->card->comment) | ||
1101 | IVTV_INFO("%s", itv->card->comment); | ||
1102 | if (itv->card->v4l2_capabilities == 0) { | ||
1103 | /* card was detected but is not supported */ | ||
1104 | retval = -ENODEV; | ||
1105 | goto free_i2c; | ||
1106 | } | ||
1100 | 1107 | ||
1101 | if (itv->std == 0) { | 1108 | if (itv->std == 0) { |
1102 | itv->std = V4L2_STD_NTSC_M; | 1109 | itv->std = V4L2_STD_NTSC_M; |