[generic] partly revert r30708, it breaks various arches
[openwrt.git] / target / linux / generic / files / drivers / net / phy / rtl8366_smi.c
index e48ca99..c89e5a9 100644 (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);
This page took 0.027432 seconds and 4 git commands to generate.