Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141526
b: refs/heads/master
c: 655f78f
h: refs/heads/master
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Apr 3, 2009
1 parent c3b3ef5 commit 6a929d6
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: c350fa1944f4ec1fe392ce0f3fc879f3899bb15d
refs/heads/master: 655f78f6aaa059ad262bc55e1c3575724c14867b
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 @@ -435,14 +435,14 @@ static void pci9111_timer_set(struct comedi_device * dev)
pci9111_8254_counter_1_set(dev_private->timer_divisor_1);
}

typedef enum {
enum pci9111_trigger_sources {
software,
timer_pacer,
external
} pci9111_trigger_sources;
};

static void pci9111_trigger_source_set(struct comedi_device * dev,
pci9111_trigger_sources source)
enum pci9111_trigger_sources source)
{
int flags;

Expand Down

0 comments on commit 6a929d6

Please sign in to comment.