Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317261
b: refs/heads/master
c: e26d925
h: refs/heads/master
i:
  317259: e316f13
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Jun 11, 2012
1 parent 092011c commit 3047d1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 0bdf8ec0a57e5c4f90f4d6e83938f24653360d84
refs/heads/master: e26d925f42064a800c1226e15dbaa23da1721fb7
4 changes: 2 additions & 2 deletions trunk/drivers/staging/comedi/drivers/pcl816.c
Original file line number Diff line number Diff line change
Expand Up @@ -414,8 +414,8 @@ static irqreturn_t interrupt_pcl816(int irq, void *d)
}

outb(0, dev->iobase + PCL816_CLRINT); /* clear INT request */
if ((!dev->irq) | (!devpriv->irq_free) | (!devpriv->irq_blocked) |
(!devpriv->int816_mode)) {
if (!dev->irq || !devpriv->irq_free || !devpriv->irq_blocked ||
!devpriv->int816_mode) {
if (devpriv->irq_was_now_closed) {
devpriv->irq_was_now_closed = 0;
/* comedi_error(dev,"last IRQ.."); */
Expand Down

0 comments on commit 3047d1c

Please sign in to comment.