Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337225
b: refs/heads/master
c: 853376e
h: refs/heads/master
i:
  337223: 91e941b
v: v3
  • Loading branch information
Ian Abbott authored and Greg Kroah-Hartman committed Oct 24, 2012
1 parent 0bd754e commit 3b53184
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: 96a9319f71169a159a38113964f0745697d33929
refs/heads/master: 853376e502283d740b7700524c822bb924b171b5
4 changes: 2 additions & 2 deletions trunk/drivers/staging/comedi/drivers/amplc_dio200.c
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ enum dio200_model {
pc272e_model, pci272_model,
};

enum dio200_layout {
enum dio200_layout_idx {
#if DO_ISA
pc212_layout,
pc214_layout,
Expand All @@ -287,7 +287,7 @@ struct dio200_board {
unsigned short devid;
enum dio200_bustype bustype;
enum dio200_model model;
enum dio200_layout layout;
enum dio200_layout_idx layout;
};

static const struct dio200_board dio200_boards[] = {
Expand Down

0 comments on commit 3b53184

Please sign in to comment.