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:
@@ -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