media: platform: xilinx: fix error return code of xvip_graph_init()
authorJia-Ju Bai <baijiaju1990@gmail.com>
Fri, 5 Mar 2021 09:48:19 +0000 (10:48 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 22 Mar 2021 09:19:45 +0000 (10:19 +0100)
commit95667791eb6e21a7f6c9ec4b633a8bf480a7675d
treeea277c5074d55b70e672c39e612a183f46339584
parent38e89e790fe27f131d7310f9020d577bf9d2527f
media: platform: xilinx: fix error return code of xvip_graph_init()

When the list of xdev->notifier.asd_list is empty, no error return code
of xvip_graph_init() is assigned.
To fix this bug, ret is assigned with -ENOENT as error return code.

Reported-by: TOTE Robot <oslab@tsinghua.edu.cn>
Signed-off-by: Jia-Ju Bai <baijiaju1990@gmail.com>
Reviewed-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/platform/xilinx/xilinx-vipp.c