Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 325387
b: refs/heads/master
c: 2ca9bc2
h: refs/heads/master
i:
  325385: f4de76a
  325383: 46b4419
v: v3
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Sep 17, 2012
1 parent b0c49e6 commit eb1eb7f
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 135f8a5e031db8ef4031fb3c815ef7ace876f9b1
refs/heads/master: 2ca9bc2e69b66f98ff41c06700333cb544f91211
3 changes: 2 additions & 1 deletion trunk/drivers/staging/comedi/drivers/jr3_pci.c
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,8 @@ static int jr3_pci_open(struct comedi_device *dev)
return 0;
}

int read_idm_word(const u8 * data, size_t size, int *pos, unsigned int *val)
static int read_idm_word(const u8 *data, size_t size, int *pos,
unsigned int *val)
{
int result = 0;
if (pos != 0 && val != 0) {
Expand Down

0 comments on commit eb1eb7f

Please sign in to comment.