Remove debug print
This commit is contained in:
parent
200b9d7339
commit
1c928cf61a
@ -773,11 +773,8 @@ int status;
|
|||||||
struct vnode *vp;
|
struct vnode *vp;
|
||||||
|
|
||||||
/* Figure out which device is replying */
|
/* Figure out which device is replying */
|
||||||
if ((dp = get_dmap(driver_e)) == NULL) {
|
if ((dp = get_dmap(driver_e)) == NULL) return;
|
||||||
printf("VFS (%s:%d): endpoint %d is not a known driver endpoint\n",
|
|
||||||
__FILE__, __LINE__, driver_e);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
major = dp-dmap;
|
major = dp-dmap;
|
||||||
dev = makedev(major, minor);
|
dev = makedev(major, minor);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user