On 05/20/2013 01:15 AM, Wei Yang wrote: > tx_ring/rx_ring size is assigned in function e1000_alloc_queues(), which is > called by e1000_sw_init() in the early stage of e1000_probe(). > > This patch just remove the duplicate assignment of this default ring size > value. > > Signed-off-by: Wei Yang > Reviewed-by: Gavin Shan > Reviewed-by: Da Yu Qiu > --- > drivers/net/ethernet/intel/e1000e/netdev.c | 4 ---- > 1 files changed, 0 insertions(+), 4 deletions(-) Thanks, I have added the patch to my queue for e1000e.