commit | b40b7a905ce57608ca93c5032d5ab1f5508d2f11 | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Mon Jun 19 15:12:38 2006 -0400 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Jul 12 16:03:22 2006 -0700 |
tree | 90a903dd48e9b9e3908f0a506704d039011bb204 | |
parent | eecd11ed47c8c9bd8e7e3dff35baccae18dd0d84 [diff] |
[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 <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>