Hi Sakari,
Thanks for the patch.
On Monday 20 August 2012 18:32:15 Sakari Ailus wrote:
> The subdev nodes used to be closed immediately on v4l2_subdev_close(), now
> the subdev is only closed if there are no users left anymore. This changes
> the API from immediate effect (close) to a reference c
The subdev nodes used to be closed immediately on v4l2_subdev_close(), now
the subdev is only closed if there are no users left anymore. This changes the
API from immediate effect (close) to a reference counting one.
Also make functions opening subdevs to close them before returning. This
resolves