]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commit
[media] bdisp: fix error return code in bdisp_probe()
authorWei Yongjun <weiyongjun1@huawei.com>
Wed, 21 Sep 2016 15:09:38 +0000 (12:09 -0300)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Mon, 24 Oct 2016 19:59:40 +0000 (17:59 -0200)
commit017f4fb7f2eaa191072e7c0bd1153a879b3e207e
treeff5274b1ee5ab8bf7c73b63b864d033ad6058f67
parentdf94121f02ecce435d6b5277071eb94b764caa89
[media] bdisp: fix error return code in bdisp_probe()

Fix to return error code -EINVAL from the platform_get_resource() error
handling case instead of 0, as done elsewhere in this function.

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Reviewed-by: Fabien Dessenne <fabien.dessenne@st.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
drivers/media/platform/sti/bdisp/bdisp-v4l2.c