commit | 16fe9d74f14ed74af778c5db7f9129e29916f4a7 | [log] [tgz] |
---|---|---|
author | Michael Chan <mchan@broadcom.com> | Tue Dec 13 21:09:54 2005 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Dec 13 21:09:54 2005 -0800 |
tree | 909a2b173d5140b22df9f35a252dc204dba56bdd | |
parent | 6a9eba15f51c56da637e45ea1316eaa2a848986a [diff] |
[TG3]: Fix 5704 single-port mode If the dual-port 5704 is configured as a single-port device with only one PCI function, it would trigger a BUG() condition in tg3_find_5704_peer(). This fixes the problem by returning its own pdev if the peer cannot be found. Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>