From: Alexander Duyck Date: Tue, 23 Oct 2012 00:01:04 +0000 (+0000) Subject: igb: Fix sparse warning in igb_ptp_rx_pktstamp X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~45^2~526^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac61d515f14fd205d8c917a34b27a767b4fe9e05;p=pandora-kernel.git igb: Fix sparse warning in igb_ptp_rx_pktstamp This change fixes a sparse warning triggered by us casting the timestamp in the packet as a u64 instead of as a __le64. This change corrects that in order to resolve the sparse warning. Signed-off-by: Alexander Duyck Tested-by: Aaron Brown Signed-off-by: Jeff Kirsher --- Reading git-diff-tree failed