Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 32771
b: refs/heads/master
c: b77d35b
h: refs/heads/master
i:
  32769: fcd8f15
  32767: 5ae4f03
v: v3
  • Loading branch information
David S. Miller committed Jul 21, 2006
1 parent 3645765 commit 025bd61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 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: 8b3c848cc89e62904e6d9c8f9fed13d5c225572d
refs/heads/master: b77d35b7229164304d6fb8f047b9bcd3da2c9592
10 changes: 1 addition & 9 deletions trunk/drivers/serial/sunzilog.c
Original file line number Diff line number Diff line change
Expand Up @@ -1351,16 +1351,8 @@ static int __devinit zs_probe(struct of_device *op, const struct of_device_id *m

rp = sunzilog_chip_regs[inst];

if (zilog_irq == -1) {
if (zilog_irq == -1)
zilog_irq = op->irqs[0];
err = request_irq(zilog_irq, sunzilog_interrupt, IRQF_SHARED,
"zs", sunzilog_irq_chain);
if (err) {
of_iounmap(rp, sizeof(struct zilog_layout));

return err;
}
}

up = &sunzilog_port_table[inst * 2];

Expand Down

0 comments on commit 025bd61

Please sign in to comment.