]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/s390/cio/css.h
Merge branch 'work'
[linux-2.6-omap-h63xx.git] / drivers / s390 / cio / css.h
index aa5ab5d4547c29a4460f9c205851c20f38250108..b6375861cb3766188d85240e823828abca0e526c 100644 (file)
@@ -147,7 +147,7 @@ extern int for_each_subchannel(int(*fn)(struct subchannel_id, void *), void *);
 struct channel_subsystem {
        u8 cssid;
        int valid;
-       struct channel_path *chps[__MAX_CHPID];
+       struct channel_path *chps[__MAX_CHPID + 1];
        struct device device;
        struct pgid global_pgid;
 };