1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-15 09:04:24 +03:00

generic: rtl8366: fix build error

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@24943 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg 2011-01-09 05:36:44 +00:00
parent 9de5c06f89
commit cac44c3002

View File

@ -1202,12 +1202,12 @@ int rtl8366_smi_init(struct rtl8366_smi *smi)
if (err) {
dev_err(smi->parent, "VLAN initialization failed, err=%d\n",
err);
goto err_disable_hw;
goto err_free_sck;
}
err = rtl8366_enable_all_ports(smi, 1);
if (err)
goto err_disable_hw;
goto err_free_sck;
err = rtl8366_smi_mii_init(smi);
if (err)