Commit 0391334
committed
xtensa: iss/network: drop 'devices' list
There are two per-device lists in the ISS network driver: command line
parameters list and iss_net_private object list. The latter is only used
for duplicate checking in the function iss_net_setup where the former
should have been used.
Drop iss_net_private object list and associated code and use command
line parameters list in the iss_net_setup instead.
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>1 parent 3234649 commit 0391334
1 file changed
Lines changed: 3 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | 40 | | |
45 | 41 | | |
46 | 42 | | |
| |||
70 | 66 | | |
71 | 67 | | |
72 | 68 | | |
73 | | - | |
74 | | - | |
75 | 69 | | |
76 | 70 | | |
77 | 71 | | |
| |||
488 | 482 | | |
489 | 483 | | |
490 | 484 | | |
491 | | - | |
492 | 485 | | |
493 | 486 | | |
494 | 487 | | |
| |||
521 | 514 | | |
522 | 515 | | |
523 | 516 | | |
524 | | - | |
525 | | - | |
526 | | - | |
527 | | - | |
528 | 517 | | |
529 | 518 | | |
530 | 519 | | |
| |||
574 | 563 | | |
575 | 564 | | |
576 | 565 | | |
577 | | - | |
| 566 | + | |
578 | 567 | | |
579 | 568 | | |
580 | 569 | | |
| |||
595 | 584 | | |
596 | 585 | | |
597 | 586 | | |
598 | | - | |
599 | | - | |
600 | | - | |
601 | | - | |
| 587 | + | |
| 588 | + | |
602 | 589 | | |
603 | 590 | | |
604 | 591 | | |
605 | 592 | | |
606 | | - | |
607 | | - | |
608 | 593 | | |
609 | 594 | | |
610 | 595 | | |
| |||
0 commit comments