Re: [REVIEWv2 PATCH 5/6] v4l2-ioctl: simplify debug code.

2013-03-24 Thread Mauro Carvalho Chehab
Em Mon, 18 Mar 2013 15:12:04 +0100 Hans Verkuil escreveu: > From: Hans Verkuil > > The core debug code can now be simplified since all the write-only ioctls are > now const and will not modify the data they pass to the drivers. > > So instead of logging write-only ioctls before the driver is c

[REVIEWv2 PATCH 5/6] v4l2-ioctl: simplify debug code.

2013-03-18 Thread Hans Verkuil
From: Hans Verkuil The core debug code can now be simplified since all the write-only ioctls are now const and will not modify the data they pass to the drivers. So instead of logging write-only ioctls before the driver is called this can now be done afterwards, which is cleaner when it comes to