From: Alan Stern Date: Tue, 25 Nov 2008 21:40:02 +0000 (-0500) Subject: USB: utilize round_jiffies_up_relative() X-Git-Tag: v2.6.29-rc1~182^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ec06d629628b6e5c7ff50d349a26ef5c35696e3;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed