commit | 0be930c546ad056cad5780ee9424a28cf979cb42 | [log] [tgz] |
---|---|---|
author | Olav Kongas <ok@artecdesign.ee> | Tue Dec 27 16:04:02 2005 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Jan 31 17:23:42 2006 -0800 |
tree | 4a383b75aa58c69ad5588d4274db2fe83d4a4247 | |
parent | e9aa795aaed0b861aaa5a8075748c9c34e2620ee [diff] |
[PATCH] USB: isp116x-hcd: replace mdelay() by msleep() Replace mdelay() by msleep() in bus_suspend(); the rest of the system will gain 7ms. The related code is reorganized to minimize the number of locking/unlocking calls. The last hunk of the patch is the formatting change by Lindent. Signed-off-by: Olav Kongas <ok@artecdesign.ee> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>