]> git.dujemihanovic.xyz Git - u-boot.git/commit
video: rockchip: dw_mipi_dsi: Fix error path checks in probe function
authorOndrej Jirman <megi@xff.cz>
Mon, 22 May 2023 21:47:04 +0000 (23:47 +0200)
committerAnatolij Gustschin <agust@denx.de>
Fri, 14 Jul 2023 16:23:40 +0000 (18:23 +0200)
commit14dd77fdc4d5f2d55cf2dfcd97891e436a0aaf99
treeaf4bd95690f92dec6dabbdada584d5fabef3335a
parentb7d8d40346f29036e0b3a4e666e9c6ed14c14c4b
video: rockchip: dw_mipi_dsi: Fix error path checks in probe function

Wrong return codes were checked in several places. Check the proper ones.

Signed-off-by: Ondrej Jirman <megi@xff.cz>
drivers/video/rockchip/dw_mipi_dsi_rockchip.c