mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-04 13:04:22 +00:00
revert unrelated change in previous commit
SVN-Revision: 30738
This commit is contained in:
parent
47b27500cf
commit
e5b04d57ef
@ -144,7 +144,6 @@ static int rtl8366_smi_wait_for_ack(struct rtl8366_smi *smi)
|
|||||||
|
|
||||||
if (++retry_cnt > RTL8366_SMI_ACK_RETRY_COUNT) {
|
if (++retry_cnt > RTL8366_SMI_ACK_RETRY_COUNT) {
|
||||||
dev_err(smi->parent, "ACK timeout\n");
|
dev_err(smi->parent, "ACK timeout\n");
|
||||||
dump_stack();
|
|
||||||
return -ETIMEDOUT;
|
return -ETIMEDOUT;
|
||||||
}
|
}
|
||||||
} while (1);
|
} while (1);
|
||||||
|
Loading…
Reference in New Issue
Block a user