Message ID | 4DE7BBCF.4080507@redhat.com (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
--- drivers/media/common/tuners/xc4000.c 2011-06-02 11:36:19.000000000 -0300 +++ /home/v4l/tmp/linux/drivers/media/common/tuners/xc4000.c 2011-06-02 10:48:34.000000000 -0300 @@ -1272,7 +1272,8 @@ static int xc4000_set_params(struct dvb_ XC4000_Standard[priv->video_standard].AudioMode); if (ret != XC_RESULT_SUCCESS) { printk(KERN_ERR "xc4000: xc_SetTVStandard failed\n"); - return -EREMOTEIO; + /* DJH - do not return when it fails... */ + //return -EREMOTEIO; } #ifdef DJH_DEBUG ret = xc_set_IF_frequency(priv, priv->if_khz);