From: Alexander Duyck Date: Fri, 6 Feb 2009 23:22:11 +0000 (+0000) Subject: igb: remove redundant count set and err_hw_init X-Git-Tag: v2.6.30-rc1~662^2~771 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=450c87c8d28aeaf83889389ceeb01457c1a6f3e9;p=pandora-kernel.git igb: remove redundant count set and err_hw_init Remove the setting of ring->count variables from igb_probe as they are duplicating the same configuration that is done igb_alloc_queues. Remove the err_hw_init tag as it can be replaced by err_sw_init. Signed-off-by: Alexander Duyck Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed