Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 222977
b: refs/heads/master
c: 8d7bfb4
h: refs/heads/master
i:
  222975: 0f17f93
v: v3
  • Loading branch information
Sebastian Ott authored and Martin Schwidefsky committed Dec 1, 2010
1 parent b2ad7ad commit df49bb5
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: 398812159e328478ae49b4bd01f0d71efea96c39
refs/heads/master: 8d7bfb4a891d606d52e1a99cf7231b4417b935dc
2 changes: 1 addition & 1 deletion trunk/drivers/s390/cio/css.c
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ static void css_process_crw(struct crw *crw0, struct crw *crw1, int overflow)
init_subchannel_id(&mchk_schid);
mchk_schid.sch_no = crw0->rsid;
if (crw1)
mchk_schid.ssid = (crw1->rsid >> 8) & 3;
mchk_schid.ssid = (crw1->rsid >> 4) & 3;

/*
* Since we are always presented with IPI in the CRW, we have to
Expand Down

0 comments on commit df49bb5

Please sign in to comment.