mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-31 22:15:38 +00:00
[media] vivid: tpg_reset_source prototype mismatch
Replaced enum v4l2_field by u32, just as the prototype in the header has. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
This commit is contained in:
parent
5754d0d586
commit
73d8102298
@ -249,7 +249,7 @@ void tpg_s_crop_compose(struct tpg_data *tpg, const struct v4l2_rect *crop,
|
|||||||
}
|
}
|
||||||
|
|
||||||
void tpg_reset_source(struct tpg_data *tpg, unsigned width, unsigned height,
|
void tpg_reset_source(struct tpg_data *tpg, unsigned width, unsigned height,
|
||||||
enum v4l2_field field)
|
u32 field)
|
||||||
{
|
{
|
||||||
unsigned p;
|
unsigned p;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user