mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 00:21:59 +00:00
V4L/DVB (4342): Fix ext_controls align on 64 bit architectures
u64 is aligned as 128bits on x86_64 architetures, requiring an special handling to ioctls that depends on v4l2_ext_control. Let's fix this before ext controls go to kernel mainstream to avoid one more compat32 stuff. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
parent
eb4eeccc18
commit
f251d23eae
@ -716,7 +716,7 @@ struct v4l2_ext_control
|
||||
__s64 value64;
|
||||
void *reserved;
|
||||
};
|
||||
};
|
||||
} __attribute__ ((packed));
|
||||
|
||||
struct v4l2_ext_controls
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user