[generic] revert unrelated change in previous commit
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 27 Feb 2012 09:34:31 +0000 (09:34 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 27 Feb 2012 09:34:31 +0000 (09:34 +0000)
SVN-Revision: 30738

target/linux/generic/files/drivers/net/phy/rtl8366_smi.c

index c89e5a93b69ffa4264c654f1f5ede95957a30c82..e48ca99ce84dd27b1f8e5d3362237e6562894486 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");
-                       dump_stack();
                        return -ETIMEDOUT;
                }
        } while (1);