diff options
author | Cornelia Huck <cornelia.huck@de.ibm.com> | 2008-07-14 03:57:23 -0400 |
---|---|---|
committer | Heiko Carstens <heiko.carstens@de.ibm.com> | 2008-07-14 04:01:59 -0400 |
commit | 9689b336e193680fc0fcaa33829dc670637e9c98 (patch) | |
tree | 8d9bd2f489b422e203d8e7c97ee0f77e9f538d72 /drivers | |
parent | bce7f793daec3e65ec5c5705d2457b81fe7b5725 (diff) |
[S390] cio: Clear correct bit in cio_release_console().
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/s390/cio/cio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/s390/cio/cio.c b/drivers/s390/cio/cio.c index b32d7eb3d81a..7b5969ed05cd 100644 --- a/drivers/s390/cio/cio.c +++ b/drivers/s390/cio/cio.c | |||
@@ -810,7 +810,7 @@ cio_release_console(void) | |||
810 | { | 810 | { |
811 | console_subchannel.schib.pmcw.intparm = 0; | 811 | console_subchannel.schib.pmcw.intparm = 0; |
812 | cio_modify(&console_subchannel); | 812 | cio_modify(&console_subchannel); |
813 | ctl_clear_bit(6, 24); | 813 | ctl_clear_bit(6, 30); |
814 | console_subchannel_in_use = 0; | 814 | console_subchannel_in_use = 0; |
815 | } | 815 | } |
816 | 816 | ||