Re: [PATCH 3/9] VC04_SERVICES: Add compat ioctl handler for "create service"

2017-01-19 Thread Dan Carpenter
You're not allowed to introduce compiler warnings. Every patch should make sense on its own and do only one thing. On Wed, Jan 18, 2017 at 07:04:47AM -0800, Michael Zoran wrote: > Add compat handler for "create service" ioctl and move > parts in common with the regular ioctl to vchiq_ioctl_create

[PATCH 3/9] VC04_SERVICES: Add compat ioctl handler for "create service"

2017-01-18 Thread Michael Zoran
Add compat handler for "create service" ioctl and move parts in common with the regular ioctl to vchiq_ioctl_create_service Signed-off-by: Michael Zoran --- .../vc04_services/interface/vchiq_arm/vchiq_arm.c | 180 + 1 file changed, 112 insertions(+), 68 deletions(-) diff --