Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 110816
b: refs/heads/master
c: b2bbb64
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Martin Schwidefsky committed Oct 10, 2008
1 parent 5e53e7f commit 37b66ca
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: f9c9fe3ecfc0c5ff17728d0c5ee95a4e269ec190
refs/heads/master: b2bbb642ac2829006a81ae164e2f06ebc22f81dd
2 changes: 1 addition & 1 deletion trunk/drivers/s390/cio/chsc_sch.c
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ static int chsc_examine_irb(struct chsc_request *request)
{
int backed_up;

if (!scsw_stctl(&request->irb.scsw) & SCSW_STCTL_STATUS_PEND)
if (!(scsw_stctl(&request->irb.scsw) & SCSW_STCTL_STATUS_PEND))
return -EIO;
backed_up = scsw_cstat(&request->irb.scsw) & SCHN_STAT_CHAIN_CHECK;
request->irb.scsw.cmd.cstat &= ~SCHN_STAT_CHAIN_CHECK;
Expand Down

0 comments on commit 37b66ca

Please sign in to comment.