diff options
Diffstat (limited to 'drivers/bcma/host_pci.c')
-rw-r--r-- | drivers/bcma/host_pci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bcma/host_pci.c b/drivers/bcma/host_pci.c index 86dfeea77e1a..f59244e33971 100644 --- a/drivers/bcma/host_pci.c +++ b/drivers/bcma/host_pci.c | |||
@@ -242,7 +242,7 @@ static int bcma_host_pci_suspend(struct device *dev) | |||
242 | 242 | ||
243 | bus->mapped_core = NULL; | 243 | bus->mapped_core = NULL; |
244 | 244 | ||
245 | return 0; | 245 | return bcma_bus_suspend(bus); |
246 | } | 246 | } |
247 | 247 | ||
248 | static int bcma_host_pci_resume(struct device *dev) | 248 | static int bcma_host_pci_resume(struct device *dev) |