[S390] cio: introduce cio_commit_config
[deliverable/linux.git] / drivers / s390 / cio / css.c
index 76bbb1e74c2988c025d695c3927fc690ca067ba6..1b2d5149de5a4f4f2faff5fd4ea141865ce794da 100644 (file)
@@ -128,8 +128,8 @@ css_free_subchannel(struct subchannel *sch)
 {
        if (sch) {
                /* Reset intparm to zeroes. */
-               sch->schib.pmcw.intparm = 0;
-               cio_modify(sch);
+               sch->config.intparm = 0;
+               cio_commit_config(sch);
                kfree(sch->lock);
                kfree(sch);
        }
This page took 0.032811 seconds and 5 git commands to generate.