Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21046
b: refs/heads/master
c: e843e28
h: refs/heads/master
v: v3
  • Loading branch information
Greg Smith authored and Linus Torvalds committed Mar 15, 2006
1 parent 9a5f6b5 commit 223be5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0ee10a4423f6eb0702a71c1d1072bdfe42e4a1a7
refs/heads/master: e843e280cbe218fc8387339806d344708dee348a
3 changes: 3 additions & 0 deletions trunk/drivers/s390/cio/css.c
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,9 @@ __init_channel_subsystem(struct subchannel_id schid, void *data)
/* -ENXIO: no more subchannels. */
case -ENXIO:
return ret;
/* -EIO: this subchannel set not supported. */
case -EIO:
return ret;
default:
return 0;
}
Expand Down

0 comments on commit 223be5a

Please sign in to comment.