Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 363504
b: refs/heads/master
c: 615c902
h: refs/heads/master
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Mar 15, 2013
1 parent f86f115 commit d3b6d3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 673f98ccacf6fdf1f023531c2782b3887bc664a3
refs/heads/master: 615c902fb824d8273dd2b6837cda7ecb36b487e7
2 changes: 1 addition & 1 deletion trunk/drivers/staging/comedi/drivers/ni_atmio.c
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ static int ni_atmio_attach(struct comedi_device *dev,
return -EIO;

dev->board_ptr = ni_boards + board;
boardtype = comedi_board(dev)
boardtype = comedi_board(dev);

printk(" %s", boardtype->name);
dev->board_name = boardtype->name;
Expand Down

0 comments on commit d3b6d3c

Please sign in to comment.