mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 18:04:48 +00:00
net: dwc_eth_qos: Drop bogus return after goto
The return is never triggered due to the goto just above it. Drop it. No functional change. Reviewed-by: Ramon Fried <rfried.dev@gmail.com> Signed-off-by: Marek Vasut <marex@denx.de>
This commit is contained in:
parent
6c7e559864
commit
895b05ce02
1 changed files with 0 additions and 1 deletions
|
@ -1383,7 +1383,6 @@ static int eqos_probe_resources_tegra186(struct udevice *dev)
|
|||
if (ret) {
|
||||
pr_err("clk_get_by_name(ptp_ref) failed: %d", ret);
|
||||
goto err_free_clk_rx;
|
||||
return ret;
|
||||
}
|
||||
|
||||
ret = clk_get_by_name(dev, "tx", &eqos->clk_tx);
|
||||
|
|
Loading…
Add table
Reference in a new issue