Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141543
b: refs/heads/master
c: 4b1d53f
h: refs/heads/master
i:
  141541: f98d70e
  141539: c9d747d
  141535: 7970a4c
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Apr 3, 2009
1 parent d4b86f8 commit eb4b777
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: 4651db97324b77972309fa22bc441dfbebb5b825
refs/heads/master: 4b1d53f061bd3e622ba44c106e083a30a92eb223
6 changes: 3 additions & 3 deletions trunk/drivers/staging/comedi/drivers/s526.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ static const int s526_ports[] = {
REG_EEC
};

typedef struct {
struct counter_mode_register_t {
unsigned short coutSource:1;
unsigned short coutPolarity:1;
unsigned short autoLoadResetRcap:3;
Expand All @@ -124,10 +124,10 @@ typedef struct {
unsigned short outputRegLatchCtrl:1;
unsigned short preloadRegSel:1;
unsigned short reserved:1;
} counter_mode_register_t;
};

union {
counter_mode_register_t reg;
struct counter_mode_register_t reg;
unsigned short value;
} cmReg;

Expand Down

0 comments on commit eb4b777

Please sign in to comment.