From: Olav Kongas Date: Tue, 27 Dec 2005 14:04:02 +0000 (+0200) Subject: [PATCH] USB: isp116x-hcd: replace mdelay() by msleep() X-Git-Tag: v2.6.16-rc2~189 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0be930c546ad056cad5780ee9424a28cf979cb42;p=pandora-kernel.git [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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed