From: Linus Torvalds Date: Fri, 13 Jan 2012 22:58:42 +0000 (+0100) Subject: brcmsmac: remove PCI suspend/resume from bcma driver X-Git-Tag: v3.3-rc1~17^2~6^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e9e7fa414e47fccc6127f23bc866cbcc7e27dcb;p=pandora-kernel.git brcmsmac: remove PCI suspend/resume from bcma driver The brcmsmac driver isn't a PCI driver any more, it's a bcma one. The PCI device has been resumed by the PCI driver (the generic PCI layer, really), we should be resuming just our own driver state. Also add pr_debug() calls to show that we now actually get the suspend/resume events. Signed-off-by: Linus Torvalds Signed-off-by: John W. Linville --- Reading git-diff-tree failed