|
@@ -1239,7 +1239,8 @@ static int isif_config_ycbcr(struct v4l2_subdev *sd, int mode)
|
|
|
* a lot of registers that we didn't touch
|
|
* a lot of registers that we didn't touch
|
|
|
*/
|
|
*/
|
|
|
/* start with all bits zero */
|
|
/* start with all bits zero */
|
|
|
- ccdcfg = modeset = 0;
|
|
|
|
|
|
|
+ ccdcfg = 0;
|
|
|
|
|
+ modeset = 0;
|
|
|
pix_fmt = isif_get_pix_fmt(format->code);
|
|
pix_fmt = isif_get_pix_fmt(format->code);
|
|
|
if (pix_fmt < 0) {
|
|
if (pix_fmt < 0) {
|
|
|
pr_debug("Invalid pix_fmt(input mode)\n");
|
|
pr_debug("Invalid pix_fmt(input mode)\n");
|