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

[generic] revert unrelated change in previous commit

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30738 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2012-02-27 09:34:31 +00:00
parent 294b1ab0fc
commit 61489954f3

View File

@ -144,7 +144,6 @@ static int rtl8366_smi_wait_for_ack(struct rtl8366_smi *smi)
if (++retry_cnt > RTL8366_SMI_ACK_RETRY_COUNT) {
dev_err(smi->parent, "ACK timeout\n");
dump_stack();
return -ETIMEDOUT;
}
} while (1);