Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193784
b: refs/heads/master
c: c2bb1b9
h: refs/heads/master
v: v3
  • Loading branch information
Frans Pop authored and David S. Miller committed Mar 24, 2010
1 parent 0765b04 commit 9bede28
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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: 014e46686eff2159bac0887465fed7662c379ad3
refs/heads/master: c2bb1b9c7e862ecca2ffb20b1457034d2c401845
4 changes: 2 additions & 2 deletions trunk/drivers/net/tulip/de4x5.c
Original file line number Diff line number Diff line change
Expand Up @@ -5077,7 +5077,7 @@ mii_get_phy(struct net_device *dev)
lp->phy[k].spd.value = GENERIC_VALUE; /* TX & T4, H/F Duplex */
lp->mii_cnt++;
lp->active++;
printk("%s: Using generic MII device control. If the board doesn't operate, \nplease mail the following dump to the author:\n", dev->name);
printk("%s: Using generic MII device control. If the board doesn't operate,\nplease mail the following dump to the author:\n", dev->name);
j = de4x5_debug;
de4x5_debug |= DEBUG_MII;
de4x5_dbg_mii(dev, k);
Expand Down Expand Up @@ -5337,7 +5337,7 @@ de4x5_dbg_open(struct net_device *dev)
}
}
printk("...0x%8.8x\n", le32_to_cpu(lp->tx_ring[i].buf));
printk("Ring size: \nRX: %d\nTX: %d\n",
printk("Ring size:\nRX: %d\nTX: %d\n",
(short)lp->rxRingSize,
(short)lp->txRingSize);
}
Expand Down
6 changes: 3 additions & 3 deletions trunk/drivers/net/tulip/xircom_cb.c
Original file line number Diff line number Diff line change
Expand Up @@ -350,9 +350,9 @@ static irqreturn_t xircom_interrupt(int irq, void *dev_instance)

#ifdef DEBUG
print_binary(status);
printk("tx status 0x%08x 0x%08x \n",
printk("tx status 0x%08x 0x%08x\n",
card->tx_buffer[0], card->tx_buffer[4]);
printk("rx status 0x%08x 0x%08x \n",
printk("rx status 0x%08x 0x%08x\n",
card->rx_buffer[0], card->rx_buffer[4]);
#endif
/* Handle shared irq and hotplug */
Expand Down Expand Up @@ -462,7 +462,7 @@ static int xircom_open(struct net_device *dev)
struct xircom_private *xp = netdev_priv(dev);
int retval;
enter("xircom_open");
pr_info("xircom cardbus adaptor found, registering as %s, using irq %i \n",
pr_info("xircom cardbus adaptor found, registering as %s, using irq %i\n",
dev->name, dev->irq);
retval = request_irq(dev->irq, xircom_interrupt, IRQF_SHARED, dev->name, dev);
if (retval) {
Expand Down

0 comments on commit 9bede28

Please sign in to comment.