Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310420
b: refs/heads/master
c: 9ca3cc6
h: refs/heads/master
v: v3
  • Loading branch information
Stephan Gatzka authored and David S. Miller committed Jun 2, 2012
1 parent f4cdc5c commit ef35ed6
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: b1ff4f96fd1c63890d78d8939c6e0f2b44ce3113
refs/heads/master: 9ca3cc6f3026946ba655e863ca2096339e667639
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/freescale/fec_mpc52xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ static irqreturn_t mpc52xx_fec_rx_interrupt(int irq, void *dev_id)
length = status & BCOM_FEC_RX_BD_LEN_MASK;
skb_put(rskb, length - 4); /* length without CRC32 */
rskb->protocol = eth_type_trans(rskb, dev);
if (!skb_defer_rx_timestamp(skb))
if (!skb_defer_rx_timestamp(rskb))
netif_rx(rskb);

spin_lock(&priv->lock);
Expand Down

0 comments on commit ef35ed6

Please sign in to comment.