commit | e78832cdca2ddd23c15abaed642cad1a39b3e122 | [log] [tgz] |
---|---|---|
author | Oliver Neukum <oliver@neukum.org> | Mon Jan 02 15:11:48 2012 +0100 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Jan 03 16:49:28 2012 -0800 |
tree | 44619880735fb8bbd04032192043bddeef7d295b | |
parent | 35284b3d2f68a8a3703745e629999469f78386b5 [diff] |
USB: remove dead code from suspend/resume path If a driver does not support the suspend/resume callbacks it will be forcibly disconnected. There is no reason to check for support of the callbacks after that. Signed-off-by: Oliver Neukum <oneukum@suse.de> Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>