Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141702
b: refs/heads/master
c: 8b95a0e
h: refs/heads/master
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Apr 3, 2009
1 parent fad13bf commit eaba504
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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: 21921108bef40b75495301f5dd3d992ed66a7ba8
refs/heads/master: 8b95a0e17f416e1db80c26ecd8f3e894ad271d0b
2 changes: 1 addition & 1 deletion trunk/drivers/staging/comedi/drivers/me4000.c
Original file line number Diff line number Diff line change
Expand Up @@ -1745,7 +1745,7 @@ static irqreturn_t me4000_ai_isr(int irq, void *dev_id PT_REGS_ARG)
unsigned int tmp;
struct comedi_device *dev = dev_id;
struct comedi_subdevice *s = dev->subdevices;
me4000_ai_context_t *ai_context = &info->ai_context;
struct me4000_ai_context *ai_context = &info->ai_context;
int i;
int c = 0;
long lval;
Expand Down
4 changes: 2 additions & 2 deletions trunk/drivers/staging/comedi/drivers/me4000.h
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ struct me4000_ao_context {
unsigned long preload_reg;
};

typedef struct me4000_ai_context {
struct me4000_ai_context {
int irq;

unsigned long ctrl_reg;
Expand All @@ -358,7 +358,7 @@ typedef struct me4000_ai_context {
unsigned long start_reg;
unsigned long irq_status_reg;
unsigned long sample_counter_reg;
} me4000_ai_context_t;
};

typedef struct me4000_dio_context {
unsigned long dir_reg;
Expand Down

0 comments on commit eaba504

Please sign in to comment.