From: Alan Stern Date: Wed, 30 May 2007 20:51:28 +0000 (-0400) Subject: USB: remove __usb_port_suspend X-Git-Tag: v2.6.23-rc1~1083^2~96 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4956eccdd6101c5abb71966079e8183d12796d6c;p=pandora-kernel.git USB: remove __usb_port_suspend This patch (as915b) combines the public routine usb_port_suspend() and the private routine __usb_port_suspend() into a single function. By removing the explicit mention of otg_port in the call to __usb_port_suspend(), we prevent a possible error in which the system tries to perform HNP on the wrong port when a non-targeted device is plugged into a non-OTG port. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed