Ver Fonte

switch: remove message about BFL_ENETADM not being set on systems with a roboswitch

SVN-Revision: 13100
Felix Fietkau há 17 anos atrás
pai
commit
529e87f6c5
1 ficheiros alterados com 2 adições e 3 exclusões
  1. 2 3
      package/switch/src/switch-adm.c

+ 2 - 3
package/switch/src/switch-adm.c

@@ -524,9 +524,8 @@ static int detect_adm(void)
 		eedi = 5;
 
 		ret = 1;
-	} else
-		printk("BFL_ENETADM not set in boardflags. Use force=1 to ignore.\n");
-		
+	}
+
 	if (eecs)
 		eecs = (1 << eecs);
 	if (eesk)