Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7570
b: refs/heads/master
c: 25097d4
h: refs/heads/master
v: v3
  • Loading branch information
viro@ftp.linux.org.uk authored and Jeff Garzik committed Sep 7, 2005
1 parent 2105939 commit b751e14
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: 269cd3819cf1cc20f9567c4920b59c15751076d3
refs/heads/master: 25097d4bda4a554d8b4a9989c7d8bcb67ef53f48
4 changes: 2 additions & 2 deletions trunk/drivers/net/forcedeth.c
Original file line number Diff line number Diff line change
Expand Up @@ -1372,7 +1372,7 @@ static int nv_change_mtu(struct net_device *dev, int new_mtu)

/* synchronized against open : rtnl_lock() held by caller */
if (netif_running(dev)) {
u8 *base = get_hwbase(dev);
u8 __iomem *base = get_hwbase(dev);
/*
* It seems that the nic preloads valid ring entries into an
* internal buffer. The procedure for flushing everything is
Expand Down Expand Up @@ -1423,7 +1423,7 @@ static int nv_change_mtu(struct net_device *dev, int new_mtu)

static void nv_copy_mac_to_hw(struct net_device *dev)
{
u8 *base = get_hwbase(dev);
u8 __iomem *base = get_hwbase(dev);
u32 mac[2];

mac[0] = (dev->dev_addr[0] << 0) + (dev->dev_addr[1] << 8) +
Expand Down

0 comments on commit b751e14

Please sign in to comment.