Re: [RFC PATCH 2/2] davinci_vpfe: Clean up media entity after unregistering subdev

2013-06-17 Thread Sakari Ailus
Hi Sylwester, On Sun, Jun 16, 2013 at 11:16:44PM +0200, Sylwester Nawrocki wrote: > Hi, > > On 06/12/2013 06:44 AM, Prabhakar Lad wrote: > >On Tue, Jun 11, 2013 at 4:20 PM, Sakari Ailus wrote: > >>media_entity_cleanup() frees the links array which will be accessed by > >>media_entity_remove_link

Re: [RFC PATCH 2/2] davinci_vpfe: Clean up media entity after unregistering subdev

2013-06-17 Thread Prabhakar Lad
Hi Sylwester, On Mon, Jun 17, 2013 at 2:46 AM, Sylwester Nawrocki wrote: > Hi, > > > On 06/12/2013 06:44 AM, Prabhakar Lad wrote: >> >> On Tue, Jun 11, 2013 at 4:20 PM, Sakari Ailus wrote: >>> >>> media_entity_cleanup() frees the links array which will be accessed by >>> media_entity_remove_link

Re: [RFC PATCH 2/2] davinci_vpfe: Clean up media entity after unregistering subdev

2013-06-16 Thread Sylwester Nawrocki
Hi, On 06/12/2013 06:44 AM, Prabhakar Lad wrote: On Tue, Jun 11, 2013 at 4:20 PM, Sakari Ailus wrote: media_entity_cleanup() frees the links array which will be accessed by media_entity_remove_links() called by v4l2_device_unregister_subdev(). Signed-off-by: Sakari Ailus Acked-by: Lad, Prab

Re: [RFC PATCH 2/2] davinci_vpfe: Clean up media entity after unregistering subdev

2013-06-11 Thread Prabhakar Lad
Hi Sakari, Thanks for the patch. On Tue, Jun 11, 2013 at 4:20 PM, Sakari Ailus wrote: > media_entity_cleanup() frees the links array which will be accessed by > media_entity_remove_links() called by v4l2_device_unregister_subdev(). > > Signed-off-by: Sakari Ailus Acked-by: Lad, Prabhakar Reg

Re: [RFC PATCH 2/2] davinci_vpfe: Clean up media entity after unregistering subdev

2013-06-11 Thread Sylwester Nawrocki
On 06/11/2013 12:50 PM, Sakari Ailus wrote: > media_entity_cleanup() frees the links array which will be accessed by > media_entity_remove_links() called by v4l2_device_unregister_subdev(). > > Signed-off-by: Sakari Ailus Reviewed-by: Sylwester Nawrocki -- To unsubscribe from this list: send t

[RFC PATCH 2/2] davinci_vpfe: Clean up media entity after unregistering subdev

2013-06-11 Thread Sakari Ailus
media_entity_cleanup() frees the links array which will be accessed by media_entity_remove_links() called by v4l2_device_unregister_subdev(). Signed-off-by: Sakari Ailus --- drivers/staging/media/davinci_vpfe/dm365_ipipe.c |4 ++-- drivers/staging/media/davinci_vpfe/dm365_ipipeif.c |4