Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 324097
b: refs/heads/master
c: 745e967
h: refs/heads/master
i:
  324095: 3da3b06
v: v3
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed Sep 26, 2012
1 parent 507e7b9 commit 192d002
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: a11b2ef7bb69136dfac2d6367574151223ee7712
refs/heads/master: 745e967a49b26725cc9f30105ff67c8fee8926d6
2 changes: 1 addition & 1 deletion trunk/drivers/s390/char/vmlogrdr.c
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ static int vmlogrdr_open (struct inode *inode, struct file *filp)
* only allow for blocking reads to be open
*/
if (filp->f_flags & O_NONBLOCK)
return -ENOSYS;
return -EOPNOTSUPP;

/* Besure this device hasn't already been opened */
spin_lock_bh(&logptr->priv_lock);
Expand Down

0 comments on commit 192d002

Please sign in to comment.