Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363803
b: refs/heads/master
c: 698f57f
h: refs/heads/master
i:
  363801: 426a490
  363799: 5e85a5d
v: v3
  • Loading branch information
Emil Goode authored and Greg Kroah-Hartman committed Mar 28, 2013
1 parent 1869a9e commit c55b10c
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: 0d7ddc01efad6b02ed661f02c74b9a751524a361
refs/heads/master: 698f57f48a3b0b2caad20c560b2ba44932c2c76f
10 changes: 5 additions & 5 deletions trunk/drivers/staging/comedi/drivers/amplc_dio200_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ enum dio200_pci_model {
};

static const struct dio200_board dio200_pci_boards[] = {
[pci215_model] {
[pci215_model] = {
.name = "pci215",
.bustype = pci_bustype,
.mainbar = 2,
Expand All @@ -266,7 +266,7 @@ static const struct dio200_board dio200_pci_boards[] = {
.has_clk_gat_sce = true,
},
},
[pci272_model] {
[pci272_model] = {
.name = "pci272",
.bustype = pci_bustype,
.mainbar = 2,
Expand All @@ -278,7 +278,7 @@ static const struct dio200_board dio200_pci_boards[] = {
.has_int_sce = true,
},
},
[pcie215_model] {
[pcie215_model] = {
.name = "pcie215",
.bustype = pci_bustype,
.mainbar = 1,
Expand All @@ -295,7 +295,7 @@ static const struct dio200_board dio200_pci_boards[] = {
.has_enhancements = true,
},
},
[pcie236_model] {
[pcie236_model] = {
.name = "pcie236",
.bustype = pci_bustype,
.mainbar = 1,
Expand All @@ -312,7 +312,7 @@ static const struct dio200_board dio200_pci_boards[] = {
.has_enhancements = true,
},
},
[pcie296_model] {
[pcie296_model] = {
.name = "pcie296",
.bustype = pci_bustype,
.mainbar = 1,
Expand Down

0 comments on commit c55b10c

Please sign in to comment.