]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/s390/cio/cio.c
[S390] cio: Rework css driver.
[linux-2.6-omap-h63xx.git] / drivers / s390 / cio / cio.c
index 903e23ae8ed52e6d3fee5ef019f4dcb3a4b9ecde..fdb164f361092040954392cfd199dd2c736b9040 100644 (file)
@@ -564,6 +564,7 @@ int cio_validate_subchannel(struct subchannel *sch, struct subchannel_id schid)
        }
        /* Copy subchannel type from path management control word. */
        sch->st = sch->schib.pmcw.st;
+
        switch (sch->st) {
        case SUBCHANNEL_TYPE_IO:
                err = cio_validate_io_subchannel(sch);