diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/s390/char/tape_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/char/tape_core.c b/drivers/s390/char/tape_core.c index c42f5e25024e..5d17149a6529 100644 --- a/drivers/s390/char/tape_core.c +++ b/drivers/s390/char/tape_core.c | |||
@@ -1015,7 +1015,7 @@ tape_do_io_interruptible(struct tape_device *device, | |||
1015 | wq, | 1015 | wq, |
1016 | (request->callback == NULL) | 1016 | (request->callback == NULL) |
1017 | ); | 1017 | ); |
1018 | } while (rc != -ERESTARTSYS); | 1018 | } while (rc == -ERESTARTSYS); |
1019 | 1019 | ||
1020 | DBF_EVENT(3, "IO stopped on %08x\n", device->cdev_id); | 1020 | DBF_EVENT(3, "IO stopped on %08x\n", device->cdev_id); |
1021 | rc = -ERESTARTSYS; | 1021 | rc = -ERESTARTSYS; |