From: David Brownell Date: Wed, 14 Sep 2005 02:57:36 +0000 (-0700) Subject: [PATCH] remove duplicated resume path code X-Git-Tag: v2.6.15-rc1~731^2~16^2~1^2~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbc3887e7df4be78b33a83b97fde5d5f9a389859;p=pandora-kernel.git [PATCH] remove duplicated resume path code This gets rid of some inconsistently duplicated logic to resume interfaces. Similar code was in both finish_port_resume() and in usb_generic_resume(). Now there is just one copy of that code, accessed regardless of whether CONFIG_USB_SUSPEND is enabled. Fault handling is also more consistent. Signed-off-by: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed