From f20395070db13c954126be89f8a78cff21d8bcfc Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Mon, 6 Oct 2008 21:31:48 -0300 Subject: [PATCH] --- yaml --- r: 114101 b: refs/heads/master c: cc7d705e7a2c28ae1bd8b2fd29524277262967ab h: refs/heads/master i: 114099: 46cf28ae19acc9601203779702ef841464854d83 v: v3 --- [refs] | 2 +- trunk/include/linux/dvb/frontend.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 14052f44466b..c48fbbc4135e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8953db793d5bdeea5ac92c9e97f57d3ff8a7dccf +refs/heads/master: cc7d705e7a2c28ae1bd8b2fd29524277262967ab diff --git a/trunk/include/linux/dvb/frontend.h b/trunk/include/linux/dvb/frontend.h index 291dd8e5e58d..3d4fab495fb2 100644 --- a/trunk/include/linux/dvb/frontend.h +++ b/trunk/include/linux/dvb/frontend.h @@ -328,14 +328,14 @@ struct dtv_property { int result; } __attribute__ ((packed)); -/* No more than 16 properties during any given ioctl */ +/* num of properties cannot exceed DTV_IOCTL_MAX_MSGS per ioctl */ +#define DTV_IOCTL_MAX_MSGS 64 + struct dtv_properties { __u32 num; struct dtv_property *props; }; -#define DTV_IOCTL_MAX_MSGS 64 - #define FE_SET_PROPERTY _IOW('o', 82, struct dtv_properties) #define FE_GET_PROPERTY _IOR('o', 83, struct dtv_properties)