Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34173
b: refs/heads/master
c: b0035f1
h: refs/heads/master
i:
  34171: e5ee04c
v: v3
  • Loading branch information
Horst Hummel authored and Martin Schwidefsky committed Sep 20, 2006
1 parent 06e1024 commit 848c5be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a00bfd7147c0c5c04a59f7adcb0e6d8948b90a6e
refs/heads/master: b0035f127e007ea0afc8baad740093eb124f7b0b
4 changes: 2 additions & 2 deletions trunk/drivers/s390/block/dasd.c
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ dasd_state_known_to_basic(struct dasd_device * device)
device->debug_area = debug_register(device->cdev->dev.bus_id, 1, 2,
8 * sizeof (long));
debug_register_view(device->debug_area, &debug_sprintf_view);
debug_set_level(device->debug_area, DBF_EMERG);
debug_set_level(device->debug_area, DBF_WARNING);
DBF_DEV_EVENT(DBF_EMERG, device, "%s", "debug area created");

device->state = DASD_STATE_BASIC;
Expand Down Expand Up @@ -2169,7 +2169,7 @@ dasd_init(void)
goto failed;
}
debug_register_view(dasd_debug_area, &debug_sprintf_view);
debug_set_level(dasd_debug_area, DBF_EMERG);
debug_set_level(dasd_debug_area, DBF_WARNING);

DBF_EVENT(DBF_EMERG, "%s", "debug area created");

Expand Down

0 comments on commit 848c5be

Please sign in to comment.