]> Zhao Yanbai Git Server - minix.git/commitdiff
Remove debug print
authorThomas Veerman <thomas@minix3.org>
Tue, 13 Sep 2011 16:00:39 +0000 (16:00 +0000)
committerThomas Veerman <thomas@minix3.org>
Fri, 16 Sep 2011 10:16:32 +0000 (10:16 +0000)
servers/avfs/select.c

index 76780ac5dae99ff71a2086bde0f6507519921ef9..98c9b9c1c8811707877cb3ec86a8e0c28b8055b7 100644 (file)
@@ -773,11 +773,8 @@ int status;
   struct vnode *vp;
 
   /* Figure out which device is replying */
-  if ((dp = get_dmap(driver_e)) == NULL) {
-       printf("VFS (%s:%d): endpoint %d is not a known driver endpoint\n",
-               __FILE__, __LINE__, driver_e);
-       return;
-  }
+  if ((dp = get_dmap(driver_e)) == NULL) return;
+
   major = dp-dmap;
   dev = makedev(major, minor);