mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
am437x-vpfe: always assign bpp variable
am: d6b88a09cc
Change-Id: Ib0feaa9ffe319659036937417271b180ab21ba4d
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