Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 202596
b: refs/heads/master
c: 06f555f
h: refs/heads/master
v: v3
  • Loading branch information
Junchang Wang authored and David S. Miller committed May 31, 2010
1 parent 74bd2b1 commit 0bd23c5
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: b8b611715dac6ae69ac9f9aad2760564e934434e
refs/heads/master: 06f555f35fcc917c2b3c32fe151ec370ad47db35
2 changes: 1 addition & 1 deletion trunk/drivers/net/r8169.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ static const int multicast_filter_limit = 32;
#define RTL_W32(reg, val32) writel ((val32), ioaddr + (reg))
#define RTL_R8(reg) readb (ioaddr + (reg))
#define RTL_R16(reg) readw (ioaddr + (reg))
#define RTL_R32(reg) ((unsigned long) readl (ioaddr + (reg)))
#define RTL_R32(reg) readl (ioaddr + (reg))

enum mac_version {
RTL_GIGA_MAC_NONE = 0x00,
Expand Down

0 comments on commit 0bd23c5

Please sign in to comment.