commit | 0c29dde43c36c28d192709a70c2689ed7549dd52 | [log] [tgz] |
---|---|---|
author | hayeswang <hayeswang@realtek.com> | Wed Nov 12 10:05:03 2014 +0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Nov 12 14:49:08 2014 -0500 |
tree | 8de7e5d5d0ba27bfcb0721c27a226d87d55761e0 | |
parent | d3f15dbd42d6d22237104df5a23151332c1b7585 [diff] |
r8152: remove the duplicate init for the list of rx_done The INIT_LIST_HEAD(&tp->rx_done) would be done in rtl_start_rx(), so remove the unnecessary one in alloc_all_mem(). Signed-off-by: Hayes Wang <hayeswang@realtek.com> Signed-off-by: David S. Miller <davem@davemloft.net>