1
0
mirror of https://xff.cz/git/u-boot/ synced 2026-01-01 11:07:09 +01:00

video: rockchip: vop: Fix whitespace

Fix confusing use of indentation.

Signed-off-by: Ondrej Jirman <megi@xff.cz>
This commit is contained in:
Ondrej Jirman
2022-09-05 19:51:44 +02:00
parent 62df7a3944
commit 51cef3e18b

View File

@@ -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);