1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[generic] partly revert r30708, it breaks various arches

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30737 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow
2012-02-27 09:33:36 +00:00
parent c369186781
commit 294b1ab0fc
5 changed files with 5 additions and 0 deletions

View File

@@ -144,6 +144,7 @@ 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);