Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337648
b: refs/heads/master
c: 4dba6c0
h: refs/heads/master
v: v3
  • Loading branch information
Ian Abbott authored and Greg Kroah-Hartman committed Nov 6, 2012
1 parent 41dedf2 commit a94abc3
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: 46ca84c4659f24776f7b901dd6054e3c6dfc115e
refs/heads/master: 4dba6c02cd2bd4714db4f0ccd3ebc3983ff0e039
2 changes: 1 addition & 1 deletion trunk/drivers/staging/comedi/comedidev.h
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ struct comedi_device {
void (*close) (struct comedi_device *dev);
};

static inline const void *comedi_board(struct comedi_device *dev)
static inline const void *comedi_board(const struct comedi_device *dev)
{
return dev->board_ptr;
}
Expand Down

0 comments on commit a94abc3

Please sign in to comment.