diff options
author | Michal Nazarewicz <mina86@mina86.com> | 2013-11-29 12:00:18 -0500 |
---|---|---|
committer | Peter Huewe <peterhuewe@gmx.de> | 2014-01-06 08:37:24 -0500 |
commit | d65e55d4999b394e37ffe12543ecd2a17b7c44fc (patch) | |
tree | c53911cc24453e824ae6d4bd17fe7f6a3ee2d028 /drivers/char/tpm | |
parent | 383dec1fa3529b85ef736e7efc7bd3383c111d84 (diff) |
char: tpm: nuvoton: remove unused variable
“wait” wait queue is defined but never used in the function, thus
it can be removed.
Signed-off-by: Michal Nazarewicz <mina86@mina86.com>
Acked-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Diffstat (limited to 'drivers/char/tpm')
-rw-r--r-- | drivers/char/tpm/tpm_i2c_nuvoton.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/char/tpm/tpm_i2c_nuvoton.c b/drivers/char/tpm/tpm_i2c_nuvoton.c index 6276fea01ff0..4f5ac251ae1e 100644 --- a/drivers/char/tpm/tpm_i2c_nuvoton.c +++ b/drivers/char/tpm/tpm_i2c_nuvoton.c | |||
@@ -178,7 +178,6 @@ static int i2c_nuvoton_wait_for_stat(struct tpm_chip *chip, u8 mask, u8 value, | |||
178 | { | 178 | { |
179 | if (chip->vendor.irq && queue) { | 179 | if (chip->vendor.irq && queue) { |
180 | s32 rc; | 180 | s32 rc; |
181 | DEFINE_WAIT(wait); | ||
182 | struct priv_data *priv = chip->vendor.priv; | 181 | struct priv_data *priv = chip->vendor.priv; |
183 | unsigned int cur_intrs = priv->intrs; | 182 | unsigned int cur_intrs = priv->intrs; |
184 | 183 | ||