Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9476
b: refs/heads/master
c: 66df3bb
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Sep 30, 2005
1 parent 9a81e0e commit ae51b13
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: c215a16a4ad620b612b51495cbb99dbbb59bb585
refs/heads/master: 66df3bbf0701b7408a1067c4b819aceee2686bba
2 changes: 1 addition & 1 deletion trunk/drivers/net/bmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ void bmwrite(struct net_device *dev, unsigned long reg_offset, unsigned data )


static inline
volatile unsigned short bmread(struct net_device *dev, unsigned long reg_offset )
unsigned short bmread(struct net_device *dev, unsigned long reg_offset )
{
return in_le16((void __iomem *)dev->base_addr + reg_offset);
}
Expand Down

0 comments on commit ae51b13

Please sign in to comment.