]> Pileus Git - ~andy/linux/commit
tpm: xen-tpmfront: Fix default durations
authorJason Gunthorpe <jgunthorpe@obsidianresearch.com>
Mon, 23 Sep 2013 18:14:33 +0000 (12:14 -0600)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 24 Sep 2013 20:14:55 +0000 (16:14 -0400)
commit56be88954bdb3d77619a786bf301af01efb2b057
treec8296347197f7f5d6c493fec71d600b26a540ccc
parent6a6f6e72eca5ed999689c69d1ac411fe319844a0
tpm: xen-tpmfront: Fix default durations

All the default durations were being set to 10 minutes which is
way too long for the timeouts. Normal values for the longest
duration are around 5 mins, and short duration ar around .5s.

Further, these are just the default, tpm_get_timeouts will set
them to values from the TPM (or throw an error).

Just remove them.

Acked-by: Daniel De Graaf <dgdegra@tycho.nsa.gov>
Cc: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Signed-off-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
drivers/char/tpm/xen-tpmfront.c