Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 30649
b: refs/heads/master
c: cfc7365
h: refs/heads/master
i:
  30647: a2221f3
v: v3
  • Loading branch information
Ingo Molnar authored and Russell King committed Jun 26, 2006
1 parent 5d21914 commit a15a975
Show file tree
Hide file tree
Showing 2 changed files with 4 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: cd701aa27e4cfab5c99c7da13d404b1f3a0aecfb
refs/heads/master: cfc736564fd01ee008d746913b1bbb90e3eb1f99
4 changes: 3 additions & 1 deletion trunk/drivers/mfd/ucb1x00-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -420,8 +420,10 @@ static int ucb1x00_detect_irq(struct ucb1x00 *ucb)
unsigned long mask;

mask = probe_irq_on();
if (!mask)
if (!mask) {
probe_irq_off(mask);
return NO_IRQ;
}

/*
* Enable the ADC interrupt.
Expand Down

0 comments on commit a15a975

Please sign in to comment.