Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142587
b: refs/heads/master
c: e911e0d
h: refs/heads/master
i:
  142585: b2bfa29
  142583: 1d21c09
v: v3
  • Loading branch information
Yang Hongyang authored and Linus Torvalds committed Apr 7, 2009
1 parent 9834274 commit bda60a8
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: 6a35528a8346f6e6fd32ed7e51f04d1fa4ca2c01
refs/heads/master: e911e0d9af90e4f1b4f2cf183a0993f9fed9f9c6
2 changes: 1 addition & 1 deletion trunk/drivers/net/dl2k.c
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ rio_interrupt (int irq, void *dev_instance)

static inline dma_addr_t desc_to_dma(struct netdev_desc *desc)
{
return le64_to_cpu(desc->fraginfo) & DMA_48BIT_MASK;
return le64_to_cpu(desc->fraginfo) & DMA_BIT_MASK(48);
}

static void
Expand Down

0 comments on commit bda60a8

Please sign in to comment.