Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 178001
b: refs/heads/master
c: 2b31001
h: refs/heads/master
i:
  177999: 947aeb6
v: v3
  • Loading branch information
Roel Kluin authored and Martin Schwidefsky committed Dec 18, 2009
1 parent 6eb0980 commit 2a63b92
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: b59cdcb339fc7286161b80403f6af63acf26876f
refs/heads/master: 2b31001d306a2b5fd690eee878d2ee61a0a0674c
2 changes: 1 addition & 1 deletion trunk/drivers/s390/char/fs3270.c
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ fs3270_open(struct inode *inode, struct file *filp)
if (IS_ERR(ib)) {
raw3270_put_view(&fp->view);
raw3270_del_view(&fp->view);
rc = PTR_ERR(fp);
rc = PTR_ERR(ib);
goto out;
}
fp->rdbuf = ib;
Expand Down

0 comments on commit 2a63b92

Please sign in to comment.