diff options
Diffstat (limited to 'drivers/media/pci/cx25821/cx25821-video-upstream.c')
-rw-r--r-- | drivers/media/pci/cx25821/cx25821-video-upstream.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/pci/cx25821/cx25821-video-upstream.c b/drivers/media/pci/cx25821/cx25821-video-upstream.c index 52c13e0b6492..6759fff8eb64 100644 --- a/drivers/media/pci/cx25821/cx25821-video-upstream.c +++ b/drivers/media/pci/cx25821/cx25821-video-upstream.c | |||
@@ -808,7 +808,7 @@ int cx25821_vidupstream_init_ch1(struct cx25821_dev *dev, int channel_select, | |||
808 | } | 808 | } |
809 | 809 | ||
810 | /* Default if filename is empty string */ | 810 | /* Default if filename is empty string */ |
811 | if (strcmp(dev->input_filename, "") == 0) { | 811 | if (strcmp(dev->_filename, "") == 0) { |
812 | if (dev->_isNTSC) { | 812 | if (dev->_isNTSC) { |
813 | dev->_filename = | 813 | dev->_filename = |
814 | (dev->_pixel_format == PIXEL_FRMT_411) ? | 814 | (dev->_pixel_format == PIXEL_FRMT_411) ? |