]> err.no Git - linux-2.6/blobdiff - drivers/s390/char/tape_34xx.c
[PATCH] s390: debug feature changes
[linux-2.6] / drivers / s390 / char / tape_34xx.c
index 480ec87976fb0db5a7d1afd472ce5a696d7cb698..20be88e91fa1a7abff383f8e0aac20976f8beac0 100644 (file)
@@ -1351,13 +1351,13 @@ tape_34xx_init (void)
 {
        int rc;
 
-       TAPE_DBF_AREA = debug_register ( "tape_34xx", 1, 2, 4*sizeof(long));
+       TAPE_DBF_AREA = debug_register ( "tape_34xx", 2, 2, 4*sizeof(long));
        debug_register_view(TAPE_DBF_AREA, &debug_sprintf_view);
 #ifdef DBF_LIKE_HELL
        debug_set_level(TAPE_DBF_AREA, 6);
 #endif
 
-       DBF_EVENT(3, "34xx init: $Revision: 1.21 $\n");
+       DBF_EVENT(3, "34xx init: $Revision: 1.23 $\n");
        /* Register driver for 3480/3490 tapes. */
        rc = ccw_driver_register(&tape_34xx_driver);
        if (rc)
@@ -1378,7 +1378,7 @@ tape_34xx_exit(void)
 MODULE_DEVICE_TABLE(ccw, tape_34xx_ids);
 MODULE_AUTHOR("(C) 2001-2002 IBM Deutschland Entwicklung GmbH");
 MODULE_DESCRIPTION("Linux on zSeries channel attached 3480 tape "
-                  "device driver ($Revision: 1.21 $)");
+                  "device driver ($Revision: 1.23 $)");
 MODULE_LICENSE("GPL");
 
 module_init(tape_34xx_init);