Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290789
b: refs/heads/master
c: 966684d
h: refs/heads/master
i:
  290787: ea9e758
v: v3
  • Loading branch information
Or Gerlitz authored and David S. Miller committed Mar 6, 2012
1 parent 3bd265a commit 2bd6ceb
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: 4ef2a435bea24330781cbfe910a05810f17079d2
refs/heads/master: 966684d581c9c04202e6612a792e36ae7bc5fd59
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/mellanox/mlx4/en_tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ u16 mlx4_en_select_queue(struct net_device *dev, struct sk_buff *skb)
return skb_tx_hash(dev, skb);
}

static void mlx4_bf_copy(unsigned long *dst, unsigned long *src, unsigned bytecnt)
static void mlx4_bf_copy(void __iomem *dst, unsigned long *src, unsigned bytecnt)
{
__iowrite64_copy(dst, src, bytecnt / 8);
}
Expand Down

0 comments on commit 2bd6ceb

Please sign in to comment.