From: Kylene Jo Hall Date: Sat, 22 Apr 2006 09:38:19 +0000 (-0700) Subject: [PATCH] tpm: msecs_to_jiffies cleanups X-Git-Tag: v2.6.17-rc3~40 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36b20020e537036c4f9eb5b69140c88ead5da7dc;p=pandora-kernel.git [PATCH] tpm: msecs_to_jiffies cleanups The timeout and duration values used in the tpm driver are not exposed to userspace. This patch converts the storage units to jiffies with msecs_to_jiffies. They were always being used in jiffies so this simplifies things removing the need for calculation all over the place. The change necessitated a type change in the tpm_chip struct to hold jiffies. Signed-off-by: Kylie Hall Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed