From: Alexander Duyck Date: Thu, 23 Jul 2009 18:09:12 +0000 (+0000) Subject: igb: cleanup receive address register initialization X-Git-Tag: v2.6.32-rc1~703^2~552 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ac1665906559768029c398d9ede8e7cdd73004e;p=pandora-kernel.git igb: cleanup receive address register initialization This update cleans up the receive address register initialization. The main purpose of this is to clean out some redundancy that was introduced due to having multiple ways of setting the receive address registers. Instead of having a specialized function to set one register and one to set all of them it makes more sense to just go through the list calling the function that is needed to set the individual registers. Signed-off-by: Alexander Duyck Signed-off-by: Jeff Kirsher Signed-off-by: David S. Miller --- Reading git-diff-tree failed