generic: ar8216: use ar8216_sw_ prefix for switchdev related functions
[openwrt.git] / target / linux / generic / files / drivers / net / phy / rtl8366_smi.c
index c89e5a9..e48ca99 100644 (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");
 
                if (++retry_cnt > RTL8366_SMI_ACK_RETRY_COUNT) {
                        dev_err(smi->parent, "ACK timeout\n");
-                       dump_stack();
                        return -ETIMEDOUT;
                }
        } while (1);
                        return -ETIMEDOUT;
                }
        } while (1);
This page took 0.024791 seconds and 4 git commands to generate.