Commit 366fe7be authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] dl2k warning fix

parent 85e0b252
...@@ -535,7 +535,7 @@ rio_tx_timeout (struct net_device *dev) ...@@ -535,7 +535,7 @@ rio_tx_timeout (struct net_device *dev)
{ {
long ioaddr = dev->base_addr; long ioaddr = dev->base_addr;
printk (KERN_INFO "%s: Tx timed out (%4.4x), is buffer full?\n", printk (KERN_INFO "%s: Tx timed out (%4.4lx), is buffer full?\n",
dev->name, readl (ioaddr + TxStatus)); dev->name, readl (ioaddr + TxStatus));
rio_free_tx(dev, 0); rio_free_tx(dev, 0);
dev->if_port = 0; dev->if_port = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment