]> git.baikalelectronics.ru Git - kernel.git/commit
igb: Fix sparse warning in igb_ptp_rx_pktstamp
authorAlexander Duyck <alexander.h.duyck@intel.com>
Tue, 23 Oct 2012 00:01:04 +0000 (00:01 +0000)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 30 Oct 2012 06:49:34 +0000 (23:49 -0700)
commit5e888357f73e4b54f067587a943242e76bd57121
treeb87c73ea927d3f471637757c6770b7b9009c7c31
parentcb5aa07cb3c5d96a1722d14c0db7ea1eabc58a17
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 <alexander.h.duyck@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/igb/igb_ptp.c