Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d68b44e0 authored by Wei Yongjun's avatar Wei Yongjun Committed by Mauro Carvalho Chehab
Browse files

[media] s5p-mfc: fix error return code in s5p_mfc_probe()



Fix to return a negative error code from the error handling
case instead of 0, as returned elsewhere in this function.

Signed-off-by: default avatarWei Yongjun <yongjun_wei@trendmicro.com.cn>
Acked-by: default avatarKamil Debski <k.debski@samsung.com>
Signed-off-by: default avatarSylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent b34f51fa
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1110,7 +1110,8 @@ static int s5p_mfc_probe(struct platform_device *pdev)
	}

	if (pdev->dev.of_node) {
		if (s5p_mfc_alloc_memdevs(dev) < 0)
		ret = s5p_mfc_alloc_memdevs(dev);
		if (ret < 0)
			goto err_res;
	} else {
		dev->mem_dev_l = device_find_child(&dev->plat_dev->dev,