Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 186609
b: refs/heads/master
c: 4b2ba24
h: refs/heads/master
i:
  186607: b5f2c94
v: v3
  • Loading branch information
Dan Carpenter authored and Greg Kroah-Hartman committed Mar 4, 2010
1 parent 3c9cb07 commit aaaf13c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 5d3aed742498ffe5692e3f974f3f7ea0e99a93bb
refs/heads/master: 4b2ba24399cfcd7c80a20cd3bbedc5df0ebd4345
2 changes: 1 addition & 1 deletion trunk/drivers/staging/comedi/drivers/pcmmio.c
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ static int pcmmio_attach(struct comedi_device *dev, struct comedi_devconfig *it)

if (irq[0]) {
printk("irq: %u ", irq[0]);
if (irq[1] && thisboard->dio_num_asics == 2)
if (thisboard->dio_num_asics == 2 && irq[1])
printk("second ASIC irq: %u ", irq[1]);
} else {
printk("(IRQ mode disabled) ");
Expand Down

0 comments on commit aaaf13c

Please sign in to comment.