Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109731
b: refs/heads/master
c: c91ebe4
h: refs/heads/master
i:
  109729: 66d6016
  109727: e8184dd
v: v3
  • Loading branch information
Cornelia Huck authored and Martin Schwidefsky committed Sep 9, 2008
1 parent 83c7ab5 commit 8e775b4
Show file tree
Hide file tree
Showing 2 changed files with 4 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: a2164b8174f13b7315c3f45c0b48dec619285096
refs/heads/master: c91ebe496120e05301465fff31094bfecf798e9f
4 changes: 3 additions & 1 deletion trunk/drivers/s390/cio/cio.c
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,10 @@ cio_start_key (struct subchannel *sch, /* subchannel structure */
case 1: /* status pending */
case 2: /* busy */
return -EBUSY;
default: /* device/path not operational */
case 3: /* device/path not operational */
return cio_start_handle_notoper(sch, lpm);
default:
return ccode;
}
}

Expand Down

0 comments on commit 8e775b4

Please sign in to comment.