mirror of https://gitee.com/openkylin/linux.git
V4L/DVB (9024): S2API: Cleanup dtv_property remove unwanted fields.
Signed-off-by: Steven Toth <stoth@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
2491fbb7d5
commit
fc6e8c284b
|
@ -358,8 +358,6 @@ struct dtv_property {
|
||||||
__u32 cmd;
|
__u32 cmd;
|
||||||
__u32 reserved[3];
|
__u32 reserved[3];
|
||||||
union {
|
union {
|
||||||
__s32 valuemin;
|
|
||||||
__s32 valuemax;
|
|
||||||
__u32 data;
|
__u32 data;
|
||||||
struct {
|
struct {
|
||||||
__u8 data[32];
|
__u8 data[32];
|
||||||
|
|
Loading…
Reference in New Issue