projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c828384
)
sh: sh_eth: Update to change of mii_bus
author
Nobuhiro Iwamatsu
<iwamatsu.nobuhiro@renesas.com>
Mon, 17 Nov 2008 20:29:58 +0000
(20:29 +0000)
committer
David S. Miller
<davem@davemloft.net>
Thu, 20 Nov 2008 09:28:30 +0000
(
01:28
-0800)
Update to change of mii_bus interface and fix some warning.
Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/sh_eth.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/net/sh_eth.c
b/drivers/net/sh_eth.c
index a24bb68887ab24eb399137d8d6cf45366fa2b704..59f242a6771497619e36f51cc424ef9a61e2036d 100644
(file)
--- a/
drivers/net/sh_eth.c
+++ b/
drivers/net/sh_eth.c
@@
-927,7
+927,7
@@
static int sh_eth_start_xmit(struct sk_buff *skb, struct net_device *ndev)
struct sh_eth_private *mdp = netdev_priv(ndev);
struct sh_eth_txdesc *txdesc;
u32 entry;
-
int
flags;
+
unsigned long
flags;
spin_lock_irqsave(&mdp->lock, flags);
if ((mdp->cur_tx - mdp->dirty_tx) >= (TX_RING_SIZE - 4)) {
@@
-1141,7
+1141,7
@@
static int sh_mdio_init(struct net_device *ndev, int id)
/* Hook up MII support for ethtool */
mdp->mii_bus->name = "sh_mii";
mdp->mii_bus->parent = &ndev->dev;
-
mdp->mii_bus->id[0] = id
;
+
snprintf(mdp->mii_bus->id, MII_BUS_ID_SIZE, "%x", id)
;
/* PHY IRQ */
mdp->mii_bus->irq = kmalloc(sizeof(int)*PHY_MAX_ADDR, GFP_KERNEL);