Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141527
b: refs/heads/master
c: 3ba97b3
h: refs/heads/master
i:
  141525: c3b3ef5
  141523: bb9ef03
  141519: daef630
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Apr 3, 2009
1 parent 6a929d6 commit 8689d05
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 655f78f6aaa059ad262bc55e1c3575724c14867b
refs/heads/master: 3ba97b3c6258cb67450e0873584489f97d0debc5
6 changes: 3 additions & 3 deletions trunk/drivers/staging/comedi/drivers/adl_pci9111.c
Original file line number Diff line number Diff line change
Expand Up @@ -489,18 +489,18 @@ static void pci9111_autoscan_set(struct comedi_device * dev, bool autoscan)
pci9111_trigger_and_autoscan_set(flags);
}

typedef enum {
enum pci9111_ISC0_sources {
irq_on_eoc,
irq_on_fifo_half_full
} pci9111_ISC0_sources;
};

typedef enum {
irq_on_timer_tick,
irq_on_external_trigger
} pci9111_ISC1_sources;

static void pci9111_interrupt_source_set(struct comedi_device * dev,
pci9111_ISC0_sources irq_0_source, pci9111_ISC1_sources irq_1_source)
enum pci9111_ISC0_sources irq_0_source, pci9111_ISC1_sources irq_1_source)
{
int flags;

Expand Down

0 comments on commit 8689d05

Please sign in to comment.