summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/uhci-hcd.c
diff options
context:
space:
mode:
authorDavid Brownell2005-04-19 02:39:23 +0200
committerGreg K-H2005-04-19 02:39:23 +0200
commit9a5d3e98dd31abcecbf4533b81866d440cc0f106 (patch)
tree8638550bd50ff0fdc3b097d0643b5efed3516633 /drivers/usb/host/uhci-hcd.c
parent[PATCH] usb suspend updates (interface suspend) (diff)
downloadkernel-qcow2-linux-9a5d3e98dd31abcecbf4533b81866d440cc0f106.tar.gz
kernel-qcow2-linux-9a5d3e98dd31abcecbf4533b81866d440cc0f106.tar.xz
kernel-qcow2-linux-9a5d3e98dd31abcecbf4533b81866d440cc0f106.zip
[PATCH] USB: hcd suspend uses pm_message_t
This patch includes minor "sparse -Wbitwise" updates for the PCI based HCDs. Almost all of them involve just changing the second parameter of the suspend() method to a pm_message_t ... the others relate to how the EHCI code walks in-memory data structures. (There's a minor bug fixed there too ... affecting the big-endian sysfs async schedule dump.) Signed-off-by: David Brownell <dbrownell@users.sourceforge.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de> Index: gregkh-2.6/drivers/usb/core/hcd.h ===================================================================
Diffstat (limited to 'drivers/usb/host/uhci-hcd.c')
-rw-r--r--drivers/usb/host/uhci-hcd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/uhci-hcd.c b/drivers/usb/host/uhci-hcd.c
index 324a1a9bbdb2..98745a072d6f 100644
--- a/drivers/usb/host/uhci-hcd.c
+++ b/drivers/usb/host/uhci-hcd.c
@@ -716,7 +716,7 @@ static void uhci_stop(struct usb_hcd *hcd)
}
#ifdef CONFIG_PM
-static int uhci_suspend(struct usb_hcd *hcd, u32 state)
+static int uhci_suspend(struct usb_hcd *hcd, pm_message_t message)
{
struct uhci_hcd *uhci = hcd_to_uhci(hcd);