Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73135
b: refs/heads/master
c: b2eaee6
h: refs/heads/master
i:
  73133: 6424d15
  73131: 3ed4dfd
  73127: fc177d7
  73119: 1b96d46
v: v3
  • Loading branch information
Roel Kluin authored and Martin Schwidefsky committed Nov 5, 2007
1 parent 060b50f commit 92219e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 0b8da654b6c13b40b0e0efd916ee57ed13f9fa1f
refs/heads/master: b2eaee6e81696d80d9c6ecfcbba8951673e83934
4 changes: 2 additions & 2 deletions trunk/drivers/s390/cio/cmf.c
Original file line number Diff line number Diff line change
Expand Up @@ -343,10 +343,10 @@ static int cmf_copy_block(struct ccw_device *cdev)

if (sch->schib.scsw.fctl & SCSW_FCTL_START_FUNC) {
/* Don't copy if a start function is in progress. */
if ((!sch->schib.scsw.actl & SCSW_ACTL_SUSPENDED) &&
if ((!(sch->schib.scsw.actl & SCSW_ACTL_SUSPENDED)) &&
(sch->schib.scsw.actl &
(SCSW_ACTL_DEVACT | SCSW_ACTL_SCHACT)) &&
(!sch->schib.scsw.stctl & SCSW_STCTL_SEC_STATUS))
(!(sch->schib.scsw.stctl & SCSW_STCTL_SEC_STATUS)))
return -EBUSY;
}
cmb_data = cdev->private->cmb;
Expand Down

0 comments on commit 92219e6

Please sign in to comment.