Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 85630
b: refs/heads/master
c: 164b0fb
h: refs/heads/master
v: v3
  • Loading branch information
Peter Tiedemann authored and Jeff Garzik committed Feb 11, 2008
1 parent 66ed581 commit e125057
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 21b26f2fee6883f69f56fb8ff6c2996eda45b063
refs/heads/master: 164b0fb1f2a2990a37b9aeae98a9b771f6add24e
2 changes: 1 addition & 1 deletion trunk/drivers/s390/net/lcs.c
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ static int
lcs_register_debug_facility(void)
{
lcs_dbf_setup = debug_register("lcs_setup", 2, 1, 8);
lcs_dbf_trace = debug_register("lcs_trace", 2, 2, 8);
lcs_dbf_trace = debug_register("lcs_trace", 4, 1, 8);
if (lcs_dbf_setup == NULL || lcs_dbf_trace == NULL) {
PRINT_ERR("Not enough memory for debug facility.\n");
lcs_unregister_debug_facility();
Expand Down

0 comments on commit e125057

Please sign in to comment.