mirror of
https://xff.cz/git/u-boot/
synced 2026-02-21 14:13:59 +01:00
video: rockchip: vop: Fix whitespace
Fix confusing use of indentation. Signed-off-by: Ondrej Jirman <megi@xff.cz> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
committed by
Anatolij Gustschin
parent
533ad9dcda
commit
f4c7efe011
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user