diff options
-rw-r--r-- | drivers/net/atl1e/atl1e_hw.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/atl1e/atl1e_hw.c b/drivers/net/atl1e/atl1e_hw.c index 949e75358bf0..8cbc1b59bd62 100644 --- a/drivers/net/atl1e/atl1e_hw.c +++ b/drivers/net/atl1e/atl1e_hw.c | |||
@@ -397,7 +397,7 @@ static int atl1e_phy_setup_autoneg_adv(struct atl1e_hw *hw) | |||
397 | */ | 397 | */ |
398 | int atl1e_phy_commit(struct atl1e_hw *hw) | 398 | int atl1e_phy_commit(struct atl1e_hw *hw) |
399 | { | 399 | { |
400 | struct atl1e_adapter *adapter = (struct atl1e_adapter *)hw->adapter; | 400 | struct atl1e_adapter *adapter = hw->adapter; |
401 | struct pci_dev *pdev = adapter->pdev; | 401 | struct pci_dev *pdev = adapter->pdev; |
402 | int ret_val; | 402 | int ret_val; |
403 | u16 phy_data; | 403 | u16 phy_data; |
@@ -431,7 +431,7 @@ int atl1e_phy_commit(struct atl1e_hw *hw) | |||
431 | 431 | ||
432 | int atl1e_phy_init(struct atl1e_hw *hw) | 432 | int atl1e_phy_init(struct atl1e_hw *hw) |
433 | { | 433 | { |
434 | struct atl1e_adapter *adapter = (struct atl1e_adapter *)hw->adapter; | 434 | struct atl1e_adapter *adapter = hw->adapter; |
435 | struct pci_dev *pdev = adapter->pdev; | 435 | struct pci_dev *pdev = adapter->pdev; |
436 | s32 ret_val; | 436 | s32 ret_val; |
437 | u16 phy_val; | 437 | u16 phy_val; |
@@ -525,7 +525,7 @@ int atl1e_phy_init(struct atl1e_hw *hw) | |||
525 | */ | 525 | */ |
526 | int atl1e_reset_hw(struct atl1e_hw *hw) | 526 | int atl1e_reset_hw(struct atl1e_hw *hw) |
527 | { | 527 | { |
528 | struct atl1e_adapter *adapter = (struct atl1e_adapter *)hw->adapter; | 528 | struct atl1e_adapter *adapter = hw->adapter; |
529 | struct pci_dev *pdev = adapter->pdev; | 529 | struct pci_dev *pdev = adapter->pdev; |
530 | 530 | ||
531 | u32 idle_status_data = 0; | 531 | u32 idle_status_data = 0; |