Skip to content
Snippets Groups Projects
Commit 60ea6751 authored by Christoph Hellwig's avatar Christoph Hellwig
Browse files

silence devfs lookup

parent 1ccc92c1
No related branches found
No related tags found
No related merge requests found
...@@ -196,8 +196,7 @@ devfs_lookup(vnode_t dvp, char *name, vnode_t vp) ...@@ -196,8 +196,7 @@ devfs_lookup(vnode_t dvp, char *name, vnode_t vp)
struct devinfo info; struct devinfo info;
int error, i; int error, i;
printf("devfs_lookup:%s\n", name); DPRINTF(("devfs_lookup:%s\n", name));
// DPRINTF(("devfs_lookup:%s\n", name));
if (*name == '\0') if (*name == '\0')
return ENOENT; return ENOENT;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment