Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 431
b: refs/heads/master
c: dc074a8
h: refs/heads/master
i:
  429: c76cb82
  427: aef3d15
  423: c9d787e
  415: 0c297ca
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Apr 25, 2005
1 parent f071612 commit 2b5cce6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 91de1fff2d431fec1162333a1e4fad9a53cd5b9e
refs/heads/master: dc074a8a32bc12e19436b087f01f4a4700e9b9c0
4 changes: 2 additions & 2 deletions trunk/drivers/net/mv643xx_eth.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ static spinlock_t mv643xx_eth_phy_lock = SPIN_LOCK_UNLOCKED;

static inline u32 mv_read(int offset)
{
void *__iomem reg_base;
void __iomem *reg_base;

reg_base = mv643xx_eth_shared_base - MV643XX_ETH_SHARED_REGS;

Expand All @@ -108,7 +108,7 @@ static inline u32 mv_read(int offset)

static inline void mv_write(int offset, u32 data)
{
void * __iomem reg_base;
void __iomem *reg_base;

reg_base = mv643xx_eth_shared_base - MV643XX_ETH_SHARED_REGS;
writel(data, reg_base + offset);
Expand Down

0 comments on commit 2b5cce6

Please sign in to comment.