From: Matthew Vick Date: Thu, 8 Nov 2012 04:03:58 +0000 (+0000) Subject: igb: Use a 32-bit mask when calculating the flow control watermarks X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~195^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d48507fed960f0a557f811129271829245b607b0;p=pandora-kernel.git igb: Use a 32-bit mask when calculating the flow control watermarks For some devices, the result of the flow control high watermark gets truncated when programming it into the registers because of the mask used. Switch the mask to 32-bit to prevent this from happening. Signed-off-by: Matthew Vick Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed