diff options
Diffstat (limited to 'drivers/net/ethernet/atheros/atlx/atl1.c')
-rw-r--r-- | drivers/net/ethernet/atheros/atlx/atl1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/atheros/atlx/atl1.c b/drivers/net/ethernet/atheros/atlx/atl1.c index 0405261efb5c..33a4e35f5ee8 100644 --- a/drivers/net/ethernet/atheros/atlx/atl1.c +++ b/drivers/net/ethernet/atheros/atlx/atl1.c | |||
@@ -858,7 +858,7 @@ static s32 atl1_init_hw(struct atl1_hw *hw) | |||
858 | atl1_init_flash_opcode(hw); | 858 | atl1_init_flash_opcode(hw); |
859 | 859 | ||
860 | if (!hw->phy_configured) { | 860 | if (!hw->phy_configured) { |
861 | /* enable GPHY LinkChange Interrrupt */ | 861 | /* enable GPHY LinkChange Interrupt */ |
862 | ret_val = atl1_write_phy_reg(hw, 18, 0xC00); | 862 | ret_val = atl1_write_phy_reg(hw, 18, 0xC00); |
863 | if (ret_val) | 863 | if (ret_val) |
864 | return ret_val; | 864 | return ret_val; |