Loading drivers/net/atl1e/atl1e_main.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2073,7 +2073,6 @@ static int atl1e_close(struct net_device *netdev) return 0; return 0; } } #ifdef CONFIG_PM static int atl1e_suspend(struct pci_dev *pdev, pm_message_t state) static int atl1e_suspend(struct pci_dev *pdev, pm_message_t state) { { struct net_device *netdev = pci_get_drvdata(pdev); struct net_device *netdev = pci_get_drvdata(pdev); Loading Loading @@ -2207,6 +2206,7 @@ static int atl1e_suspend(struct pci_dev *pdev, pm_message_t state) return 0; return 0; } } #ifdef CONFIG_PM static int atl1e_resume(struct pci_dev *pdev) static int atl1e_resume(struct pci_dev *pdev) { { struct net_device *netdev = pci_get_drvdata(pdev); struct net_device *netdev = pci_get_drvdata(pdev); Loading Loading
drivers/net/atl1e/atl1e_main.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2073,7 +2073,6 @@ static int atl1e_close(struct net_device *netdev) return 0; return 0; } } #ifdef CONFIG_PM static int atl1e_suspend(struct pci_dev *pdev, pm_message_t state) static int atl1e_suspend(struct pci_dev *pdev, pm_message_t state) { { struct net_device *netdev = pci_get_drvdata(pdev); struct net_device *netdev = pci_get_drvdata(pdev); Loading Loading @@ -2207,6 +2206,7 @@ static int atl1e_suspend(struct pci_dev *pdev, pm_message_t state) return 0; return 0; } } #ifdef CONFIG_PM static int atl1e_resume(struct pci_dev *pdev) static int atl1e_resume(struct pci_dev *pdev) { { struct net_device *netdev = pci_get_drvdata(pdev); struct net_device *netdev = pci_get_drvdata(pdev); Loading