From: Wei Yang Date: Mon, 20 May 2013 17:31:09 +0000 (+0000) Subject: e1000e: Remove duplicate assignment of default rx/tx ring size X-Git-Tag: v3.12-rc1~132^2~445^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2592881990198f2b63eefcbc914a7d5259b25580;p=pandora-kernel.git e1000e: Remove duplicate assignment of default rx/tx ring size 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 Tested-by: Aaron Brown Acked-by: Bruce Allan Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed