char/tpm/tpm_i2c_stm_st33: remove dead assignment in tpm_st33_i2c_probe
authorPeter Huewe <peterhuewe@gmx.de>
Tue, 29 Jan 2013 21:02:01 +0000 (22:02 +0100)
committerKent Yoder <key@linux.vnet.ibm.com>
Tue, 5 Feb 2013 15:38:25 +0000 (09:38 -0600)
commit07d721688b8464662393f3b3136defbbad52be75
tree68cae55bb48af40195fb29465b4034c3b70eb97c
parente02983cffc5e65069edee9892672e0aef9d9e2cd
char/tpm/tpm_i2c_stm_st33: remove dead assignment in tpm_st33_i2c_probe

Err is never read before it is assigned again -> remove the dead
assigment.
Found with clang static analyzer

Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Signed-off-by: Kent Yoder <key@linux.vnet.ibm.com>
drivers/char/tpm/tpm_i2c_stm_st33.c
This page took 0.024987 seconds and 5 git commands to generate.