mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-29 04:45:05 +00:00
[media] xilinx: Use a local media device pointer instead
The function has a local variable that points to the media device; use that instead of finding the media device under the entity. Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
parent
79ac44c88f
commit
2312d8b8a0
@ -187,7 +187,7 @@ static int xvip_pipeline_validate(struct xvip_pipeline *pipe,
|
||||
mutex_lock(&mdev->graph_mutex);
|
||||
|
||||
/* Walk the graph to locate the video nodes. */
|
||||
ret = media_graph_walk_init(&graph, entity->graph_obj.mdev);
|
||||
ret = media_graph_walk_init(&graph, mdev);
|
||||
if (ret) {
|
||||
mutex_unlock(&mdev->graph_mutex);
|
||||
return ret;
|
||||
|
Loading…
Reference in New Issue
Block a user