projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3988121
)
[S390] css: fix rsid evaluation for 2nd crw
author
Sebastian Ott
<
[email protected]
>
Wed, 1 Dec 2010 09:08:02 +0000
(10:08 +0100)
committer
Martin Schwidefsky
<
[email protected]
>
Wed, 1 Dec 2010 09:08:17 +0000
(10:08 +0100)
Use correct bit positions of rsid field.
Signed-off-by: Sebastian Ott <
[email protected]
>
Signed-off-by: Martin Schwidefsky <
[email protected]
>
drivers/s390/cio/css.c
patch
|
blob
|
history
diff --git
a/drivers/s390/cio/css.c
b/drivers/s390/cio/css.c
index a5050e2171504043d48e9aeaa78dc4dffc9536ac..825951b6b83f438a002102f372a90342b624be6f 100644
(file)
--- a/
drivers/s390/cio/css.c
+++ b/
drivers/s390/cio/css.c
@@
-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