commit | 4ec06d629628b6e5c7ff50d349a26ef5c35696e3 | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Tue Nov 25 16:40:02 2008 -0500 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Wed Jan 07 10:00:03 2009 -0800 |
tree | 7522699505b78d2886b3428c7170f2b0fd23a62b | |
parent | 3cb22d658668234edbe6dcb165501e9ef0c0a059 [diff] |
USB: utilize round_jiffies_up_relative() This patch (as1178) uses the new round_jiffies_up_relative() routine for setting the autosuspend delayed_work timer. It's appropriate since we don't care too much about the exact length of the delay, but we don't want it to be too short (rounded down). Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>