Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23380
b: refs/heads/master
c: 4cd190a
h: refs/heads/master
v: v3
  • Loading branch information
Michael Holzheu authored and Linus Torvalds committed Mar 24, 2006
1 parent de53f82 commit f28c22e
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: 842d3fba94ed94cc5de7b712e0f4218ce6e4fd73
refs/heads/master: 4cd190a736a97e302c038bd91357d636369d4c6b
2 changes: 1 addition & 1 deletion trunk/drivers/s390/char/tape_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1015,7 +1015,7 @@ tape_do_io_interruptible(struct tape_device *device,
wq,
(request->callback == NULL)
);
} while (rc != -ERESTARTSYS);
} while (rc == -ERESTARTSYS);

DBF_EVENT(3, "IO stopped on %08x\n", device->cdev_id);
rc = -ERESTARTSYS;
Expand Down

0 comments on commit f28c22e

Please sign in to comment.