[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)
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>

No differences found