Hi Ondrej,

    Thanks for you patches.

On 2023/5/23 05:47, m...@xff.cz wrote:
From: Ondrej Jirman <m...@xff.cz>

Fix confusing use of indentation.

Signed-off-by: Ondrej Jirman <m...@xff.cz>
Reviewed-by: Kever Yang <kever.y...@rock-chips.com>

Thanks,
- Kever
---
  drivers/video/rockchip/rk_vop.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/video/rockchip/rk_vop.c b/drivers/video/rockchip/rk_vop.c
index dab9902fda73..c514e2a0e449 100644
--- a/drivers/video/rockchip/rk_vop.c
+++ b/drivers/video/rockchip/rk_vop.c
@@ -432,7 +432,7 @@ int rk_vop_probe(struct udevice *dev)
        ret = reset_assert(&ahb_rst);
        if (ret) {
                dev_err(dev, "failed to assert ahb reset (ret=%d)\n", ret);
-       return ret;
+               return ret;
        }
        udelay(20);

Reply via email to