git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e02983c
)
char/tpm/tpm_i2c_stm_st33: remove dead assignment in tpm_st33_i2c_probe
author
Peter Huewe
<peterhuewe@gmx.de>
Tue, 29 Jan 2013 21:02:01 +0000
(22:02 +0100)
committer
Kent Yoder
<key@linux.vnet.ibm.com>
Tue, 5 Feb 2013 15:38:25 +0000
(09:38 -0600)
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>
No differences found