revert unrelated change in previous commit
SVN-Revision: 30738
This commit is contained in:
parent
47b27500cf
commit
e5b04d57ef
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue