From: Alexander Duyck Date: Wed, 8 Feb 2012 07:50:20 +0000 (+0000) Subject: ixgbe: Replace eitr_low and eitr_high with static values in ixgbe_update_itr X-Git-Tag: v3.4-rc1~177^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=621bd70eda47f33aa5f3a48da56649c0cb7e2329;p=pandora-kernel.git ixgbe: Replace eitr_low and eitr_high with static values in ixgbe_update_itr There isn't much point in using variables to store the values of eitr_low and eitr_high since they are not user changeable. As such I am replacing them with the constants 10 and 20 in order to avoid any confusion on what the values actually are. Signed-off-by: Alexander Duyck Tested-by: Stephen Ko Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed