]> err.no Git - linux-2.6/blobdiff - drivers/s390/char/vmcp.c
[PATCH] s390: debug feature changes
[linux-2.6] / drivers / s390 / char / vmcp.c
index dfbbf235ca2b39dd5a15c0d89d184327ebe95e38..7f11a608a63371855c8fd36ba18ac3967c372178 100644 (file)
@@ -203,7 +203,7 @@ static int __init vmcp_init(void)
        else
                printk(KERN_WARNING
                       "z/VM CP interface not loaded. Could not register misc device.\n");
-       vmcp_debug = debug_register("vmcp", 0, 1, 240);
+       vmcp_debug = debug_register("vmcp", 1, 1, 240);
        debug_register_view(vmcp_debug, &debug_hex_ascii_view);
        return ret;
 }