tulip: Use pr_<level> where appropriate

Use the current logging styles.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Joe Perches 2011-05-09 09:45:23 +00:00 committed by David S. Miller
parent 726b65ad44
commit 1c3319fb69
5 changed files with 14 additions and 29 deletions

View file

@ -53,7 +53,7 @@
/* These identify the driver base version and may not be removed. */ /* These identify the driver base version and may not be removed. */
static char version[] = static char version[] =
KERN_INFO DRV_NAME " PCI Ethernet driver v" DRV_VERSION " (" DRV_RELDATE ")\n"; "PCI Ethernet driver v" DRV_VERSION " (" DRV_RELDATE ")";
MODULE_AUTHOR("Jeff Garzik <jgarzik@pobox.com>"); MODULE_AUTHOR("Jeff Garzik <jgarzik@pobox.com>");
MODULE_DESCRIPTION("Intel/Digital 21040/1 series PCI Ethernet driver"); MODULE_DESCRIPTION("Intel/Digital 21040/1 series PCI Ethernet driver");
@ -1978,7 +1978,7 @@ static int __devinit de_init_one (struct pci_dev *pdev,
#ifndef MODULE #ifndef MODULE
if (board_idx == 0) if (board_idx == 0)
printk("%s", version); pr_info("%s\n", version);
#endif #endif
/* allocate a new ethernet device structure, and fill in defaults */ /* allocate a new ethernet device structure, and fill in defaults */
@ -2200,7 +2200,7 @@ static struct pci_driver de_driver = {
static int __init de_init (void) static int __init de_init (void)
{ {
#ifdef MODULE #ifdef MODULE
printk("%s", version); pr_info("%s\n", version);
#endif #endif
return pci_register_driver(&de_driver); return pci_register_driver(&de_driver);
} }

View file

@ -295,8 +295,7 @@ enum dmfe_CR6_bits {
/* Global variable declaration ----------------------------- */ /* Global variable declaration ----------------------------- */
static int __devinitdata printed_version; static int __devinitdata printed_version;
static const char version[] __devinitconst = static const char version[] __devinitconst =
KERN_INFO DRV_NAME ": Davicom DM9xxx net driver, version " "Davicom DM9xxx net driver, version " DRV_VERSION " (" DRV_RELDATE ")";
DRV_VERSION " (" DRV_RELDATE ")\n";
static int dmfe_debug; static int dmfe_debug;
static unsigned char dmfe_media_mode = DMFE_AUTO; static unsigned char dmfe_media_mode = DMFE_AUTO;
@ -381,7 +380,7 @@ static int __devinit dmfe_init_one (struct pci_dev *pdev,
DMFE_DBUG(0, "dmfe_init_one()", 0); DMFE_DBUG(0, "dmfe_init_one()", 0);
if (!printed_version++) if (!printed_version++)
printk(version); pr_info("%s\n", version);
/* /*
* SPARC on-board DM910x chips should be handled by the main * SPARC on-board DM910x chips should be handled by the main
@ -2203,7 +2202,7 @@ static int __init dmfe_init_module(void)
{ {
int rc; int rc;
printk(version); pr_info("%s\n", version);
printed_version = 1; printed_version = 1;
DMFE_DBUG(0, "init_module() ", debug); DMFE_DBUG(0, "init_module() ", debug);

View file

@ -1478,7 +1478,8 @@ static int __devinit tulip_init_one (struct pci_dev *pdev,
if (sig == 0x09811317) { if (sig == 0x09811317) {
tp->flags |= COMET_PM; tp->flags |= COMET_PM;
tp->wolinfo.supported = WAKE_PHY | WAKE_MAGIC; tp->wolinfo.supported = WAKE_PHY | WAKE_MAGIC;
printk(KERN_INFO "tulip_init_one: Enabled WOL support for AN983B\n"); pr_info("%s: Enabled WOL support for AN983B\n",
__func__);
} }
} }
tp->pdev = pdev; tp->pdev = pdev;
@ -1874,7 +1875,7 @@ static int tulip_suspend (struct pci_dev *pdev, pm_message_t state)
tulip_set_wolopts(pdev, tp->wolinfo.wolopts); tulip_set_wolopts(pdev, tp->wolinfo.wolopts);
rc = pci_enable_wake(pdev, pstate, tp->wolinfo.wolopts); rc = pci_enable_wake(pdev, pstate, tp->wolinfo.wolopts);
if (rc) if (rc)
printk("tulip: pci_enable_wake failed (%d)\n", rc); pr_err("pci_enable_wake failed (%d)\n", rc);
} }
pci_set_power_state(pdev, pstate); pci_set_power_state(pdev, pstate);

View file

@ -209,8 +209,7 @@ enum uli526x_CR6_bits {
/* Global variable declaration ----------------------------- */ /* Global variable declaration ----------------------------- */
static int __devinitdata printed_version; static int __devinitdata printed_version;
static const char version[] __devinitconst = static const char version[] __devinitconst =
KERN_INFO DRV_NAME ": ULi M5261/M5263 net driver, version " "ULi M5261/M5263 net driver, version " DRV_VERSION " (" DRV_RELDATE ")";
DRV_VERSION " (" DRV_RELDATE ")\n";
static int uli526x_debug; static int uli526x_debug;
static unsigned char uli526x_media_mode = ULI526X_AUTO; static unsigned char uli526x_media_mode = ULI526X_AUTO;
@ -283,7 +282,7 @@ static int __devinit uli526x_init_one (struct pci_dev *pdev,
ULI526X_DBUG(0, "uli526x_init_one()", 0); ULI526X_DBUG(0, "uli526x_init_one()", 0);
if (!printed_version++) if (!printed_version++)
printk(version); pr_info("%s\n", version);
/* Init network device */ /* Init network device */
dev = alloc_etherdev(sizeof(*db)); dev = alloc_etherdev(sizeof(*db));
@ -667,15 +666,6 @@ static int uli526x_stop(struct net_device *dev)
/* free allocated rx buffer */ /* free allocated rx buffer */
uli526x_free_rxbuffer(db); uli526x_free_rxbuffer(db);
#if 0
/* show statistic counter */
printk(DRV_NAME ": FU:%lx EC:%lx LC:%lx NC:%lx LOC:%lx TXJT:%lx RESET:%lx RCR8:%lx FAL:%lx TT:%lx\n",
db->tx_fifo_underrun, db->tx_excessive_collision,
db->tx_late_collision, db->tx_no_carrier, db->tx_loss_carrier,
db->tx_jabber_timeout, db->reset_count, db->reset_cr8,
db->reset_fatal, db->reset_TXtimeout);
#endif
return 0; return 0;
} }
@ -755,7 +745,6 @@ static void uli526x_free_tx_pkt(struct net_device *dev,
txptr = db->tx_remove_ptr; txptr = db->tx_remove_ptr;
while(db->tx_packet_cnt) { while(db->tx_packet_cnt) {
tdes0 = le32_to_cpu(txptr->tdes0); tdes0 = le32_to_cpu(txptr->tdes0);
/* printk(DRV_NAME ": tdes0=%x\n", tdes0); */
if (tdes0 & 0x80000000) if (tdes0 & 0x80000000)
break; break;
@ -765,7 +754,6 @@ static void uli526x_free_tx_pkt(struct net_device *dev,
/* Transmit statistic counter */ /* Transmit statistic counter */
if ( tdes0 != 0x7fffffff ) { if ( tdes0 != 0x7fffffff ) {
/* printk(DRV_NAME ": tdes0=%x\n", tdes0); */
dev->stats.collisions += (tdes0 >> 3) & 0xf; dev->stats.collisions += (tdes0 >> 3) & 0xf;
dev->stats.tx_bytes += le32_to_cpu(txptr->tdes1) & 0x7ff; dev->stats.tx_bytes += le32_to_cpu(txptr->tdes1) & 0x7ff;
if (tdes0 & TDES0_ERR_MASK) { if (tdes0 & TDES0_ERR_MASK) {
@ -838,7 +826,6 @@ static void uli526x_rx_packet(struct net_device *dev, struct uli526x_board_info
/* error summary bit check */ /* error summary bit check */
if (rdes0 & 0x8000) { if (rdes0 & 0x8000) {
/* This is a error packet */ /* This is a error packet */
//printk(DRV_NAME ": rdes0: %lx\n", rdes0);
dev->stats.rx_errors++; dev->stats.rx_errors++;
if (rdes0 & 1) if (rdes0 & 1)
dev->stats.rx_fifo_errors++; dev->stats.rx_fifo_errors++;
@ -1046,8 +1033,7 @@ static void uli526x_timer(unsigned long data)
if ( time_after(jiffies, dev_trans_start(dev) + ULI526X_TX_TIMEOUT) ) { if ( time_after(jiffies, dev_trans_start(dev) + ULI526X_TX_TIMEOUT) ) {
db->reset_TXtimeout++; db->reset_TXtimeout++;
db->wait_reset = 1; db->wait_reset = 1;
printk( "%s: Tx timeout - resetting\n", netdev_err(dev, " Tx timeout - resetting\n");
dev->name);
} }
} }
@ -1534,7 +1520,6 @@ static u8 uli526x_sense_speed(struct uli526x_board_info * db)
else else
phy_mode = 0x1000; phy_mode = 0x1000;
/* printk(DRV_NAME ": Phy_mode %x ",phy_mode); */
switch (phy_mode) { switch (phy_mode) {
case 0x1000: db->op_mode = ULI526X_10MHF; break; case 0x1000: db->op_mode = ULI526X_10MHF; break;
case 0x2000: db->op_mode = ULI526X_10MFD; break; case 0x2000: db->op_mode = ULI526X_10MFD; break;
@ -1823,7 +1808,7 @@ MODULE_PARM_DESC(mode, "ULi M5261/M5263: Bit 0: 10/100Mbps, bit 2: duplex, bit 8
static int __init uli526x_init_module(void) static int __init uli526x_init_module(void)
{ {
printk(version); pr_info("%s\n", version);
printed_version = 1; printed_version = 1;
ULI526X_DBUG(0, "init_module() ", debug); ULI526X_DBUG(0, "init_module() ", debug);

View file

@ -141,7 +141,7 @@ static int full_duplex[MAX_UNITS] = {-1, -1, -1, -1, -1, -1, -1, -1};
/* These identify the driver base version and may not be removed. */ /* These identify the driver base version and may not be removed. */
static const char version[] __initconst = static const char version[] __initconst =
KERN_INFO DRV_NAME ".c:v" DRV_VERSION " (2.4 port) " "v" DRV_VERSION " (2.4 port) "
DRV_RELDATE " Donald Becker <becker@scyld.com>\n" DRV_RELDATE " Donald Becker <becker@scyld.com>\n"
" http://www.scyld.com/network/drivers.html\n"; " http://www.scyld.com/network/drivers.html\n";