Re: [PATCH v1.4 2/5] tpm: add module_put wrapper

2010-11-19 Thread David Howells
Mimi Zohar wrote: > For readability, define a tpm_chip_put() wrapper to call module_put(). > Replace existing module_put() calls with the wrapper. > > (Change based on trusted/encrypted patchset review by David Howells.) > > Signed-off-by: Mimi Zohar > Signed-off-by: David Safford Acked-by:

[PATCH v1.4 2/5] tpm: add module_put wrapper

2010-11-18 Thread Mimi Zohar
For readability, define a tpm_chip_put() wrapper to call module_put(). Replace existing module_put() calls with the wrapper. (Change based on trusted/encrypted patchset review by David Howells.) Signed-off-by: Mimi Zohar Signed-off-by: David Safford --- drivers/char/tpm/tpm.c |4 ++-- driv