Commit 83df260d authored by Stephen Hemminger's avatar Stephen Hemminger

[NET]: Resolve device probe difference.

parent 5fb135ce
...@@ -433,17 +433,15 @@ void __init probe_old_netdevs(void) ...@@ -433,17 +433,15 @@ void __init probe_old_netdevs(void)
#ifdef CONFIG_SBNI #ifdef CONFIG_SBNI
for (num = 0; num < 8; ++num) for (num = 0; num < 8; ++num)
if (sbni_probe(num)) sbni_probe(num);
break;
#endif #endif
#ifdef CONFIG_TR #ifdef CONFIG_TR
for (num = 0; num < 8; ++num) for (num = 0; num < 8; ++num)
if (trif_probe(num)) trif_probe(num);
break;
#endif #endif
for (num = 0; num < 8; ++num) for (num = 0; num < 8; ++num)
if (ethif_probe(num)) ethif_probe(num);
break;
#ifdef CONFIG_COPS #ifdef CONFIG_COPS
cops_probe(0); cops_probe(0);
cops_probe(1); cops_probe(1);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment