Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 55865c66 authored by jie.yang@atheros.com's avatar jie.yang@atheros.com Committed by David S. Miller
Browse files

atl1c:remove compiling warning



Set wol_ctrl_data to value 0, to remove compiling warning.

Signed-off-by: default avatarJie Yang <jie.yang@atheros.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 5ee21245
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2296,7 +2296,7 @@ static int atl1c_suspend(struct pci_dev *pdev, pm_message_t state)
	u32 ctrl;
	u32 mac_ctrl_data;
	u32 master_ctrl_data;
	u32 wol_ctrl_data;
	u32 wol_ctrl_data = 0;
	u16 mii_bmsr_data;
	u16 save_autoneg_advertised;
	u16 mii_intr_status_data;