Re: [RFC 05/16] media: devnode: Refcount the media devnode

2016-08-05 Thread Sakari Ailus
Hi Hans, Hans Verkuil wrote: > > > On 07/15/2016 12:35 AM, Sakari Ailus wrote: >> Add reference count to the media devnode. The media_devnode is intended to >> be embedded in another struct such as media_device. >> >> Signed-off-by: Sakari Ailus >> --- >>

Re: [RFC 05/16] media: devnode: Refcount the media devnode

2016-08-02 Thread Hans Verkuil
On 07/15/2016 12:35 AM, Sakari Ailus wrote: > Add reference count to the media devnode. The media_devnode is intended to > be embedded in another struct such as media_device. > > Signed-off-by: Sakari Ailus > --- > drivers/media/media-device.c | 7 +-- >