summaryrefslogtreecommitdiff
path: root/namedev.c
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2003-10-14 23:20:18 -0700
committerGreg KH <gregkh@suse.de>2005-04-26 21:01:40 -0700
commit149f210617e812922831e329c347095115585783 (patch)
tree0ce86baf2e5008251e16e5efa63dcda406437d81 /namedev.c
parentdca0297941cd27117c23ea868caa82710a58948c (diff)
[PATCH] clean up some debugging stuff in namedev.c
Diffstat (limited to 'namedev.c')
-rw-r--r--namedev.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/namedev.c b/namedev.c
index d8dba345d1..782b73d0b9 100644
--- a/namedev.c
+++ b/namedev.c
@@ -21,6 +21,8 @@
*
*/
+#undef DEBUG
+
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
@@ -530,7 +532,7 @@ label_found:
} else {
*temp = 0x00;
temp = strrchr(path, '/');
- dbg("TOPOLOGY temp = '%s' id = '%s'", temp, dev->id);
+ dbg("NUMBERY temp = '%s' id = '%s'", temp, dev->id);
if (strstr(temp, dev->id) != NULL)
found = 1;
}