Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364189
b: refs/heads/master
c: 808cea5
h: refs/heads/master
i:
  364187: 7c12677
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Apr 23, 2013
1 parent f18512c commit 525f889
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: c1a5917157c115875d71c94fac75071a8b88ba15
refs/heads/master: 808cea5a5d538d787f42e2ec48527bfb7e830490
10 changes: 5 additions & 5 deletions trunk/drivers/staging/comedi/drivers/das800.c
Original file line number Diff line number Diff line change
Expand Up @@ -225,11 +225,11 @@ static const struct das800_board das800_boards[] = {
};

struct das800_private {
volatile unsigned int count; /* number of data points left to be taken */
volatile int forever; /* flag indicating whether we should take data forever */
unsigned int divisor1; /* value to load into board's counter 1 for timed conversions */
unsigned int divisor2; /* value to load into board's counter 2 for timed conversions */
volatile int do_bits; /* digital output bits */
unsigned int count; /* number of data points left to be taken */
int forever; /* flag that we should take data forever */
unsigned int divisor1; /* counter 1 value for timed conversions */
unsigned int divisor2; /* counter 2 value for timed conversions */
int do_bits; /* digital output bits */
};

static void das800_ind_write(struct comedi_device *dev,
Expand Down

0 comments on commit 525f889

Please sign in to comment.