Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171504
b: refs/heads/master
c: 499428e
h: refs/heads/master
v: v3
  • Loading branch information
Anton Vorontsov authored and David S. Miller committed Nov 12, 2009
1 parent 865d327 commit 4071d87
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: 5ea681d4e6c01b191f01644024f35901721fa438
refs/heads/master: 499428ed28d800eb5cf25889bb1e026637d99dfc
2 changes: 1 addition & 1 deletion trunk/drivers/net/gianfar_sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ static ssize_t gfar_set_rx_stash_index(struct device *dev,
temp = gfar_read(&regs->attreli);
temp &= ~ATTRELI_EI_MASK;
temp |= ATTRELI_EI(index);
gfar_write(&regs->attreli, flags);
gfar_write(&regs->attreli, temp);

out:
unlock_rx_qs(priv);
Expand Down

0 comments on commit 4071d87

Please sign in to comment.