Re: [PATCH 5/9] VC04_SERVICES: Add compat ioctl handler for "queue bulk"

2017-01-19 Thread Dan Carpenter
Same stuff, break this into two patches. On Wed, Jan 18, 2017 at 07:04:49AM -0800, Michael Zoran wrote: > Add compat handler for "queue bulk" ioctls and move > parts in common with the regular ioctls to vchiq_ioctl_queue_bulk > > Signed-off-by: Michael Zoran > --- >

[PATCH 5/9] VC04_SERVICES: Add compat ioctl handler for "queue bulk"

2017-01-18 Thread Michael Zoran
Add compat handler for "queue bulk" ioctls and move parts in common with the regular ioctls to vchiq_ioctl_queue_bulk Signed-off-by: Michael Zoran --- .../vc04_services/interface/vchiq_arm/vchiq_arm.c | 206 ++--- 1 file changed, 141 insertions(+), 65