This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree:
Subject: v4l2-tpg.patch: add define for WARN_ON_ONCE Author: Hans Verkuil <hverk...@xs4all.nl> Date: Mon Mar 3 09:27:56 2025 +0100 v4l2-tpg-core.c started using this. Signed-off-by: Hans Verkuil <hverk...@xs4all.nl> utils/common/v4l2-tpg.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) --- http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=13cf0334462d398ee1defc185a23868136342900 diff --git a/utils/common/v4l2-tpg.patch b/utils/common/v4l2-tpg.patch index 89a5bf36466c..47e757a52da8 100644 --- a/utils/common/v4l2-tpg.patch +++ b/utils/common/v4l2-tpg.patch @@ -167,7 +167,7 @@ diff --git a/utils/common/v4l2-tpg.h b/utils/common/v4l2-tpg.h index 0b0ddb87..91da74ec 100644 --- a/utils/common/v4l2-tpg.h +++ b/utils/common/v4l2-tpg.h -@@ -8,13 +8,65 @@ +@@ -8,13 +8,66 @@ #ifndef _V4L2_TPG_H_ #define _V4L2_TPG_H_ @@ -202,6 +202,7 @@ index 0b0ddb87..91da74ec 100644 +#define max3(x, y, z) tpg_max((typeof(x))tpg_max(x, y), z) +#define array_size(a, b) ((a) * (b)) +#define array3_size(a, b, c) ((a) * (b) * (c)) ++#define WARN_ON_ONCE(a) (a) + +static inline void vfree(void *p) +{