commit | b9df794258de24d10b0616634d4c30d8b6e9d381 | [log] [tgz] |
---|---|---|
author | Alek Du <alek.du@intel.com> | Tue Jan 19 16:31:31 2010 +0800 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Feb 16 15:11:04 2010 -0800 |
tree | ffcbe403b41528f687ad71038c737f2d7a8d550a | |
parent | 6feb63b69f4f6e876ea5a2edc6119b8e7ac90102 [diff] |
USB: ehci: phy low power mode bug fixing 1. There are two msleep calls inside two spin lock sections, need to unlock and lock again after msleep. 2. Save a extra status reg setting. Signed-off-by: Alek Du <alek.du@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>