Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141695
b: refs/heads/master
c: 05d21f4
h: refs/heads/master
i:
  141693: a51aacc
  141691: c9942eb
  141687: c4e404c
  141679: 7de26ac
  141663: 34b72d8
  141631: 414aaed
  141567: 314dd18
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Apr 3, 2009
1 parent f503659 commit 0b9502b
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: 2e93aa5b5b8050090a22e162f9af6b18ca3ec47a
refs/heads/master: 05d21f4af416d9c7e1c8458a00efd69e44c3dc8c
4 changes: 2 additions & 2 deletions trunk/drivers/staging/comedi/drivers/das08.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ enum das08_ai_encoding { das08_encode12, das08_encode16, das08_pcm_encode12 };
enum das08_lrange { das08_pg_none, das08_bipolar5, das08_pgh, das08_pgl,
das08_pgm };

typedef struct das08_board_struct {
struct das08_board_struct {
const char *name;
unsigned int id; // id for pci/pcmcia boards
enum das08_bustype bustype;
Expand All @@ -46,7 +46,7 @@ typedef struct das08_board_struct {
unsigned int i8255_offset;
unsigned int i8254_offset;
unsigned int iosize; // number of ioports used
} das08_board;
};

struct i8254_struct {
int channels; // available channels. Some could be used internally.
Expand Down

0 comments on commit 0b9502b

Please sign in to comment.