USB: fix signed jiffies issue in autosuspend logic
authorAlan Stern <stern@rowland.harvard.edu>
Wed, 11 Apr 2007 16:06:16 +0000 (12:06 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Fri, 27 Apr 2007 20:28:39 +0000 (13:28 -0700)
commit8c9862e512f59ae3f41f83c109be12f93e37bb2d
tree04eb8196495fe609405e3cfc0e1774160131132a
parentecb658d387dc09f344b3d755e8674076072032c7
USB: fix signed jiffies issue in autosuspend logic

This patch (as897) changes the autosuspend timer code to use the
standard types and macros in dealing with jiffies values.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/core/driver.c