Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 77186
b: refs/heads/master
c: 808e488
h: refs/heads/master
v: v3
  • Loading branch information
Michael Ernst authored and Martin Schwidefsky committed Jan 26, 2008
1 parent ba2f53b commit ce5b557
Show file tree
Hide file tree
Showing 2 changed files with 6 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: 1a908c735aed44c8bbed303371202e416813b271
refs/heads/master: 808e48882316dd4a325cd1cc382516945edad77d
7 changes: 5 additions & 2 deletions trunk/drivers/s390/cio/cio.c
Original file line number Diff line number Diff line change
Expand Up @@ -577,8 +577,11 @@ cio_validate_subchannel (struct subchannel *sch, struct subchannel_id schid)
}

/* Initialization for io subchannels. */
if (!css_sch_is_valid(&sch->schib))
return -ENODEV;
if (!css_sch_is_valid(&sch->schib)) {
err = -ENODEV;
goto out;
}

/* Devno is valid. */
if (is_blacklisted (sch->schid.ssid, sch->schib.pmcw.dev)) {
/*
Expand Down

0 comments on commit ce5b557

Please sign in to comment.