mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
am437x-vpfe: always assign bpp variable
am: 5988e73201
Change-Id: I2bdb0d627980fa6a38dd774e1f27c400edcbae76
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user