Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 306868
b: refs/heads/master
c: 0dea014
h: refs/heads/master
v: v3
  • Loading branch information
David Herrmann authored and Gustavo Padovan committed May 9, 2012
1 parent 2ebb496 commit e9ced23
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: 053262dce5a0cc503456d15e204cde205dcf927e
refs/heads/master: 0dea0141a9d9c33a669c546f8f5d9f44a0557375
3 changes: 2 additions & 1 deletion trunk/drivers/bluetooth/hci_vhci.c
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,9 @@ static int vhci_open(struct inode *inode, struct file *file)
}

file->private_data = data;
nonseekable_open(inode, file);

return nonseekable_open(inode, file);
return 0;
}

static int vhci_release(struct inode *inode, struct file *file)
Expand Down

0 comments on commit e9ced23

Please sign in to comment.