From: Alexander Duyck Date: Thu, 13 Sep 2012 06:28:16 +0000 (+0000) Subject: igb: Simplify how we populate the RSS key X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~111^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a57fe23e240b95282e60d643cd8ada3d2a66d8c6;p=pandora-kernel.git igb: Simplify how we populate the RSS key Instead of storing the RSS key as a character array we can simplify the configuration by making it a u32 array. This allows us to just write one value per register without any unnecessary operations to construct the value. This change will produce the same exact key, the only difference is that I translated the u8 array to a u32 array which will be correctly ordered on writes to hardware by the cpu_to_le32 operations that are built into the writel calls. Signed-off-by: Alexander Duyck Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed