Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134604
b: refs/heads/master
c: 9b329f1
h: refs/heads/master
v: v3
  • Loading branch information
Hannes Eder authored and David S. Miller committed Feb 18, 2009
1 parent 683be8b commit 2c11bb8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: e334f564e83c4aa6db4259b5d7e62d1b5032faf2
refs/heads/master: 9b329f18b943fb5648c10f79690918b9056dd5c5
6 changes: 3 additions & 3 deletions trunk/drivers/net/hamradio/yam.c
Original file line number Diff line number Diff line change
Expand Up @@ -854,10 +854,10 @@ static int yam_open(struct net_device *dev)

/* Reset overruns for all ports - FPGA programming makes overruns */
for (i = 0; i < NR_PORTS; i++) {
struct net_device *dev = yam_devs[i];
struct net_device *yam_dev = yam_devs[i];

inb(LSR(dev->base_addr));
dev->stats.rx_fifo_errors = 0;
inb(LSR(yam_dev->base_addr));
yam_dev->stats.rx_fifo_errors = 0;
}

printk(KERN_INFO "%s at iobase 0x%lx irq %u uart %s\n", dev->name, dev->base_addr, dev->irq,
Expand Down

0 comments on commit 2c11bb8

Please sign in to comment.