From: David Brownell Date: Tue, 19 Apr 2005 00:39:23 +0000 (-0700) Subject: [PATCH] USB: hcd suspend uses pm_message_t X-Git-Tag: v2.6.12-rc3~26^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a5d3e98dd31abcecbf4533b81866d440cc0f106;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Greg Kroah-Hartman Index: gregkh-2.6/drivers/usb/core/hcd.h =================================================================== --- Reading git-diff-tree failed