Re: [PATCH 1/1] tpm: insert missing up mutex in an error path, typo build fix -- updated version

2005-01-31 Thread Kylene Hall
There is also a typo in the driver version in the 2.6.11-rc2-mm2 tree that is not fixed by the previous patch. Please apply this upated version to fix the previously acknowledged problems and this typo causing a build error. Thanks, Kylie On Fri, 28 Jan 2005, Kylene Hall wrote: > This patch

Re: [PATCH 1/1] tpm: insert missing up mutex in an error path, typo build fix -- updated version

2005-01-31 Thread Kylene Hall
There is also a typo in the driver version in the 2.6.11-rc2-mm2 tree that is not fixed by the previous patch. Please apply this upated version to fix the previously acknowledged problems and this typo causing a build error. Thanks, Kylie On Fri, 28 Jan 2005, Kylene Hall wrote: This patch

[PATCH 1/1] tpm: insert missing up mutex in an error path

2005-01-28 Thread Kylene Hall
This patch puts in the missing up call on the tpm_mutex on an error condition in the tpm_transmit function. Bug reported by Stefan Berger <[EMAIL PROTECTED]>. This patch also implements a new status function to handle future chip configurations which may generate status differntly. Thanks,

[PATCH 1/1] tpm: insert missing up mutex in an error path

2005-01-28 Thread Kylene Hall
This patch puts in the missing up call on the tpm_mutex on an error condition in the tpm_transmit function. Bug reported by Stefan Berger [EMAIL PROTECTED]. This patch also implements a new status function to handle future chip configurations which may generate status differntly. Thanks,