Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 354260
b: refs/heads/master
c: 6e4733c
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Jan 30, 2013
1 parent 2809ca6 commit 6c93ac7
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 6749ffa84028b5283889eb68b9bbec2e27049722
refs/heads/master: 6e4733c34fd344fe17c7f6f8bd340d116f5377ec
6 changes: 1 addition & 5 deletions trunk/drivers/staging/comedi/drivers/ni_labpc_cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,9 @@ static const struct labpc_board_struct labpc_cs_boards[] = {
},
};

/*
* Useful for shorthand access to the particular board structure
*/
#define thisboard ((const struct labpc_board_struct *)dev->board_ptr)

static int labpc_attach(struct comedi_device *dev, struct comedi_devconfig *it)
{
const struct labpc_board_struct *thisboard = comedi_board(dev);
struct labpc_private *devpriv;
unsigned long iobase = 0;
unsigned int irq = 0;
Expand Down

0 comments on commit 6c93ac7

Please sign in to comment.