diff options
author | Rasesh Mody <rmody@brocade.com> | 2010-12-23 21:45:03 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-12-25 19:16:00 -0800 |
commit | 815f41e74031d6dc6d6dd988f58c03a1d72d02b9 (patch) | |
tree | 6a7bf3f250ee5a2ac8ba74f6a26c36a4e76ea04e /drivers/net/bna/bnad_ethtool.c | |
parent | 0613ecfc94b13e86c9ff1252fd63e35a94475cd6 (diff) | |
download | talos-obmc-linux-815f41e74031d6dc6d6dd988f58c03a1d72d02b9.tar.gz talos-obmc-linux-815f41e74031d6dc6d6dd988f58c03a1d72d02b9.zip |
bna: Fix ethtool register dump and reordered an API
Change Details:
- Removed semaphore register dump from ethtool
- Moved netif_carrier_off() call to before calling bna_init()
Signed-off-by: Debashis Dutt <ddutt@brocade.com>
Signed-off-by: Rasesh Mody <rmody@brocade.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bna/bnad_ethtool.c')
-rw-r--r-- | drivers/net/bna/bnad_ethtool.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/bna/bnad_ethtool.c b/drivers/net/bna/bnad_ethtool.c index 11fa2ea842c1..3011110c2023 100644 --- a/drivers/net/bna/bnad_ethtool.c +++ b/drivers/net/bna/bnad_ethtool.c @@ -330,10 +330,6 @@ do { \ BNAD_GET_REG(PCIE_MISC_REG); - BNAD_GET_REG(HOST_SEM0_REG); - BNAD_GET_REG(HOST_SEM1_REG); - BNAD_GET_REG(HOST_SEM2_REG); - BNAD_GET_REG(HOST_SEM3_REG); BNAD_GET_REG(HOST_SEM0_INFO_REG); BNAD_GET_REG(HOST_SEM1_INFO_REG); BNAD_GET_REG(HOST_SEM2_INFO_REG); |