am437x-vpfe: always assign bpp variable

am: 5988e73201

Change-Id: I2bdb0d627980fa6a38dd774e1f27c400edcbae76
This commit is contained in:
Nicolas Iooss
2017-03-12 08:12:38 +00:00
committed by android-build-merger

View File

@@ -1576,7 +1576,7 @@ static int vpfe_s_fmt(struct file *file, void *priv,
return -EBUSY;
}
ret = vpfe_try_fmt(file, priv, &format);
ret = __vpfe_get_format(vpfe, &format, &bpp);
if (ret)
return ret;