Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141623
b: refs/heads/master
c: c7ef229
h: refs/heads/master
i:
  141621: cf8e3f0
  141619: df2170d
  141615: 03ca706
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Apr 3, 2009
1 parent 899112d commit 1996bd6
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 344d23e931fdb982489753e5189d9c60ffbdfd67
refs/heads/master: c7ef22985517e35d3b5cf5cffa962a4b8ed8899b
8 changes: 5 additions & 3 deletions trunk/drivers/staging/comedi/drivers/ni_mio_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -173,11 +173,13 @@ static const ni_board ni_boards[] = {

#define NI_E_IRQ_FLAGS IRQF_SHARED

typedef struct {
struct ni_private {

struct pcmcia_device *link;

NI_PRIVATE_COMMON} ni_private;
#define devpriv ((ni_private *)dev->private)
NI_PRIVATE_COMMON};

#define devpriv ((struct ni_private *)dev->private)

/* How we access registers */

Expand Down

0 comments on commit 1996bd6

Please sign in to comment.