From: Alan Stern Date: Mon, 19 Jun 2006 19:12:38 +0000 (-0400) Subject: [PATCH] USB hub: don't return status > 0 from resume X-Git-Tag: v2.6.18-rc2~97^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b40b7a905ce57608ca93c5032d5ab1f5508d2f11;p=pandora-kernel.git [PATCH] USB hub: don't return status > 0 from resume finish_device_resume() in the hub driver isn't careful always to return a negative code in all the error pathways. It also doesn't return 0 in all the success pathways. This patch (as724) fixes the behavior. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed