changeset 11100:643dac9d4a2c

6899146 WARNING: hubd_bus_config: device@2 not found under parent usb@0
author Vincent Wang <Vincent.Wang@Sun.COM>
date Thu, 19 Nov 2009 11:32:59 +0800
parents 707807478873
children 69561cde8165
files usr/src/uts/common/io/usb/usba/hubdi.c
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/usr/src/uts/common/io/usb/usba/hubdi.c	Wed Nov 18 17:58:26 2009 -0800
+++ b/usr/src/uts/common/io/usb/usba/hubdi.c	Thu Nov 19 11:32:59 2009 +0800
@@ -1402,13 +1402,6 @@
 		found = hubd_config_one(hubd, port);
 
 		if (found == 0) {
-			if (!consconfig_console_is_ready()) {
-				cmn_err(CE_WARN,
-				    "hubd_bus_config: %s not found under"
-				    " parent %s@%s", (char *)arg,
-				    (DEVI(dip))->devi_node_name,
-				    (DEVI(dip))->devi_addr);
-			}
 			return (NDI_FAILURE);
 		}