Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 163812
b: refs/heads/master
c: f6e208c
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Slaby authored and Live-CD User committed Sep 19, 2009
1 parent fe68f88 commit 416de78
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: ebdb513596c0eb1dcb3bad8f53865964a2207ca9
refs/heads/master: f6e208c1119206e2382ef7df6e47aaee18eb7f10
4 changes: 2 additions & 2 deletions trunk/drivers/char/cyclades.c
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ static unsigned detect_isa_irq(void __iomem *address)

irqs = probe_irq_on();
/* Wait ... */
udelay(5000L);
msleep(5);

/* Enable the Tx interrupts on the CD1400 */
local_irq_save(flags);
Expand All @@ -402,7 +402,7 @@ static unsigned detect_isa_irq(void __iomem *address)
local_irq_restore(flags);

/* Wait ... */
udelay(5000L);
msleep(5);

/* Check which interrupt is in use */
irq = probe_irq_off(irqs);
Expand Down

0 comments on commit 416de78

Please sign in to comment.