Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 340562
b: refs/heads/master
c: ac61d51
h: refs/heads/master
v: v3
  • Loading branch information
Alexander Duyck authored and Jeff Kirsher committed Oct 30, 2012
1 parent 2a3ede8 commit 8405d04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0b1a6f2ee85d77d02e73ea8be43e1a9d8d97ccee
refs/heads/master: ac61d515f14fd205d8c917a34b27a767b4fe9e05
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/intel/igb/igb_ptp.c
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ void igb_ptp_rx_pktstamp(struct igb_q_vector *q_vector,
unsigned char *va,
struct sk_buff *skb)
{
u64 *regval = (u64 *)va;
__le64 *regval = (__le64 *)va;

/*
* The timestamp is recorded in little endian format.
Expand Down

0 comments on commit 8405d04

Please sign in to comment.