mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 23:22:31 +02:00
media: mc: entity: Fix doc for media_graph_walk_init
There is no media_graph_walk_free(). media_graph_walk_cleanup() is used to release the resources. Signed-off-by: Miaoqian Lin <linmq006@gmail.com> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
This commit is contained in:
parent
1ec061243e
commit
25ba644e3b
|
|
@ -308,7 +308,7 @@ static struct media_entity *stack_pop(struct media_graph *graph)
|
|||
*
|
||||
* Reserve resources for graph walk in media device's current
|
||||
* state. The memory must be released using
|
||||
* media_graph_walk_free().
|
||||
* media_graph_walk_cleanup().
|
||||
*
|
||||
* Returns error on failure, zero on success.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user