Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141657
b: refs/heads/master
c: 6ae9488
h: refs/heads/master
i:
  141655: 83244ed
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Apr 3, 2009
1 parent cb5fdb1 commit 1d46bea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 39f7666080909466c0ed6d5fa48cce3403033ced
refs/heads/master: 6ae9488bafce561c087310c051f92bbd0a27b891
8 changes: 4 additions & 4 deletions trunk/drivers/staging/comedi/drivers/jr3_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -182,15 +182,15 @@ static int is_complete(volatile struct jr3_channel *channel)
return get_s16(&channel->command_word0) == 0;
}

typedef struct {
struct transform_t {
struct {
u16 link_type;
s16 link_amount;
} link[8];
} transform_t;
};

static void set_transforms(volatile struct jr3_channel *channel,
transform_t transf, short num)
struct transform_t transf, short num)
{
int i;

Expand Down Expand Up @@ -569,7 +569,7 @@ static struct poll_delay_t jr3_pci_poll_subdevice(struct comedi_subdevice * s)
// Wait for offeset to stabilize (< 10 s according to manual)
result = poll_delay_min_max(1000, 2000);
} else {
transform_t transf;
struct transform_t transf;

p->model_no =
get_u16(&channel->model_no);
Expand Down

0 comments on commit 1d46bea

Please sign in to comment.