commit | 51b51f8ed8fc5a11cdc4a6f1f6912b217c9e6c19 | [log] [tgz] |
---|---|---|
author | Anup Patel <Anup.Patel@wdc.com> | Mon Feb 25 08:14:36 2019 +0000 |
committer | Andes <uboot@andestech.com> | Wed Feb 27 09:12:33 2019 +0800 |
tree | 7f2f57931458732da69a1b956e830f1c3f3f5bb6 | |
parent | 0bbe9cfd4d2cd6553e888e0e84911f0dd7d1fb51 [diff] |
net: macb: Fix clk API usage for RISC-V systems Don't fail in macb_enable_clk() if clk_enable() returns -ENOSYS because we get -ENOSYS for fixed-rate clocks. Signed-off-by: Anup Patel <anup.patel@wdc.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>