Re: [REVIEWv3 PATCH 12/35] v4l2-ctrls: replace cur by a union v4l2_ctrl_ptr.

2014-03-12 Thread Mauro Carvalho Chehab
Em Mon, 17 Feb 2014 10:57:27 +0100 Hans Verkuil escreveu: > From: Hans Verkuil > > Instead of having to maintain the 'cur' union this patch replaces it by > a v4l2_ctrl_ptr union to be consistent with the future configuration stores, > which also use that union. The number of drivers that use '

[REVIEWv3 PATCH 12/35] v4l2-ctrls: replace cur by a union v4l2_ctrl_ptr.

2014-02-17 Thread Hans Verkuil
From: Hans Verkuil Instead of having to maintain the 'cur' union this patch replaces it by a v4l2_ctrl_ptr union to be consistent with the future configuration stores, which also use that union. The number of drivers that use 'cur' is fairly small, so it is easy enough to convert them all. Unfor