Loading drivers/bcma/host_pci.c +2 −4 Original line number Diff line number Diff line Loading @@ -260,8 +260,7 @@ static void bcma_host_pci_remove(struct pci_dev *dev) #ifdef CONFIG_PM_SLEEP static int bcma_host_pci_suspend(struct device *dev) { struct pci_dev *pdev = to_pci_dev(dev); struct bcma_bus *bus = pci_get_drvdata(pdev); struct bcma_bus *bus = dev_get_drvdata(dev); bus->mapped_core = NULL; Loading @@ -270,8 +269,7 @@ static int bcma_host_pci_suspend(struct device *dev) static int bcma_host_pci_resume(struct device *dev) { struct pci_dev *pdev = to_pci_dev(dev); struct bcma_bus *bus = pci_get_drvdata(pdev); struct bcma_bus *bus = dev_get_drvdata(dev); return bcma_bus_resume(bus); } Loading Loading
drivers/bcma/host_pci.c +2 −4 Original line number Diff line number Diff line Loading @@ -260,8 +260,7 @@ static void bcma_host_pci_remove(struct pci_dev *dev) #ifdef CONFIG_PM_SLEEP static int bcma_host_pci_suspend(struct device *dev) { struct pci_dev *pdev = to_pci_dev(dev); struct bcma_bus *bus = pci_get_drvdata(pdev); struct bcma_bus *bus = dev_get_drvdata(dev); bus->mapped_core = NULL; Loading @@ -270,8 +269,7 @@ static int bcma_host_pci_suspend(struct device *dev) static int bcma_host_pci_resume(struct device *dev) { struct pci_dev *pdev = to_pci_dev(dev); struct bcma_bus *bus = pci_get_drvdata(pdev); struct bcma_bus *bus = dev_get_drvdata(dev); return bcma_bus_resume(bus); } Loading