[PATCH] USB: isp116x-hcd: replace mdelay() by msleep()
authorOlav Kongas <ok@artecdesign.ee>
Tue, 27 Dec 2005 14:04:02 +0000 (16:04 +0200)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 1 Feb 2006 01:23:42 +0000 (17:23 -0800)
commit0be930c546ad056cad5780ee9424a28cf979cb42
tree4a383b75aa58c69ad5588d4274db2fe83d4a4247
parente9aa795aaed0b861aaa5a8075748c9c34e2620ee
[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>
drivers/usb/host/isp116x-hcd.c
This page took 0.025497 seconds and 5 git commands to generate.