Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d762052e authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

V4L/DVB (3968): Fix checking logic for a broken xawtv version



moved from if to ifndef.
Also added such tests at gentree script. Gentree updated to its latest
version.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent f6320bd3
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -127,7 +127,6 @@ static struct v4l2_queryctrl pwc_controls[] = {
	    .step    = 1,
	    .default_value = 0,
	},
#if XAWTV_HAS_BEEN_FIXED
	{
	    .id      = V4L2_CID_PRIVATE_SAVE_USER,
	    .type    = V4L2_CTRL_TYPE_BUTTON,
@@ -209,7 +208,6 @@ static struct v4l2_queryctrl pwc_controls[] = {
	    .step    = 1,
	    .default_value = 0,
	},
#endif
};

#if CONFIG_PWC_DEBUG