projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bce7f79
)
[S390] cio: Clear correct bit in cio_release_console().
author
Cornelia Huck
<cornelia.huck@de.ibm.com>
Mon, 14 Jul 2008 07:57:23 +0000
(09:57 +0200)
committer
Heiko Carstens
<heiko.carstens@de.ibm.com>
Mon, 14 Jul 2008 08:01:59 +0000
(10:01 +0200)
Fallout from the console isc 7 -> 1 change.
Signed-off-by: Cornelia Huck <cornelia.huck@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
drivers/s390/cio/cio.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/s390/cio/cio.c
b/drivers/s390/cio/cio.c
index b32d7eb3d81a4d8ee3dc29fb587bc78f91b5b7e8..7b5969ed05cd6c684c7887693a120486cebc11d5 100644
(file)
--- a/
drivers/s390/cio/cio.c
+++ b/
drivers/s390/cio/cio.c
@@
-810,7
+810,7
@@
cio_release_console(void)
{
console_subchannel.schib.pmcw.intparm = 0;
cio_modify(&console_subchannel);
- ctl_clear_bit(6,
24
);
+ ctl_clear_bit(6,
30
);
console_subchannel_in_use = 0;
}