Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135621
b: refs/heads/master
c: 7a968f0
h: refs/heads/master
i:
  135619: cd34f4d
v: v3
  • Loading branch information
Peter Oberparleiter authored and Martin Schwidefsky committed Mar 26, 2009
1 parent 6bfb1d4 commit 3047180
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: 17e7d87d9f88480a75fc9c5978ab38131a074277
refs/heads/master: 7a968f0565dc5d0518c784465cc8ce32408102b7
2 changes: 1 addition & 1 deletion trunk/drivers/s390/cio/device_ops.c
Original file line number Diff line number Diff line change
Expand Up @@ -680,7 +680,7 @@ int ccw_device_tm_intrg(struct ccw_device *cdev)
if (cdev->private->state != DEV_STATE_ONLINE)
return -EIO;
if (!scsw_is_tm(&sch->schib.scsw) ||
!(scsw_actl(&sch->schib.scsw) | SCSW_ACTL_START_PEND))
!(scsw_actl(&sch->schib.scsw) & SCSW_ACTL_START_PEND))
return -EINVAL;
return cio_tm_intrg(sch);
}
Expand Down

0 comments on commit 3047180

Please sign in to comment.