Explorar o código

[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>
Cornelia Huck %!s(int64=17) %!d(string=hai) anos
pai
achega
9689b336e1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      drivers/s390/cio/cio.c

+ 1 - 1
drivers/s390/cio/cio.c

@@ -810,7 +810,7 @@ cio_release_console(void)
 {
 {
 	console_subchannel.schib.pmcw.intparm = 0;
 	console_subchannel.schib.pmcw.intparm = 0;
 	cio_modify(&console_subchannel);
 	cio_modify(&console_subchannel);
-	ctl_clear_bit(6, 24);
+	ctl_clear_bit(6, 30);
 	console_subchannel_in_use = 0;
 	console_subchannel_in_use = 0;
 }
 }