kconfig.pl: throw warnings into stderr instead of stdout
[openwrt.git] / package / switch / src / switch-robo.c
index 045dce1..779b89f 100644 (file)
@@ -528,7 +528,8 @@ static int __init robo_init(void)
 
        device = strdup("ethX");
        for (device[3] = '0'; (device[3] <= '3') && notfound; device[3]++) {
-               notfound = robo_probe(device);
+               if (! switch_device_registered (device))
+                       notfound = robo_probe(device);
        }
        device[3]--;
        
This page took 0.036966 seconds and 4 git commands to generate.