Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 235673
b: refs/heads/master
c: eb83939
h: refs/heads/master
i:
  235671: aab8766
v: v3
  • Loading branch information
Peter Huewe authored and Greg Kroah-Hartman committed Jan 21, 2011
1 parent 6537dae commit dbe8f32
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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: 56aec8de6ee32cde195ae83ce765583191238860
refs/heads/master: eb8393926688a6ce784c35d26dcde005e769bbdc
14 changes: 7 additions & 7 deletions trunk/drivers/staging/comedi/drivers/icp_multi.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,13 +176,13 @@ static const struct boardtype boardtypes[] = {
#define n_boardtypes (sizeof(boardtypes)/sizeof(struct boardtype))

static struct comedi_driver driver_icp_multi = {
driver_name: "icp_multi",
module : THIS_MODULE,
attach : icp_multi_attach,
detach : icp_multi_detach,
num_names : n_boardtypes,
board_name : &boardtypes[0].name,
offset : sizeof(struct boardtype),
.driver_name = "icp_multi",
.module = THIS_MODULE,
.attach = icp_multi_attach,
.detach = icp_multi_detach,
.num_names = n_boardtypes,
.board_name = &boardtypes[0].name,
.offset = sizeof(struct boardtype),
};

static int __init driver_icp_multi_init_module(void)
Expand Down

0 comments on commit dbe8f32

Please sign in to comment.