commit | fbc80823a93c57f2310dacfabfea6c76424552b6 | [log] [tgz] |
---|---|---|
author | Giuseppe Cavallaro <peppe.cavallaro@st.com> | Mon Feb 29 14:27:37 2016 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Mar 02 14:21:32 2016 -0500 |
tree | c1959840e797960a42b1cf4e00f42ec0842a5a7b | |
parent | c363b6586cd424431e84d921267e101ec67207f5 [diff] |
stmmac: set dirty index out of the loop The dirty index can be updated out of the loop where all the tx resources are claimed. This will help on performances too. Also a useless debug printk has been removed from the main loop. Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com> Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com> Signed-off-by: David S. Miller <davem@davemloft.net>