char/tpm/tpm_i2c_stm_st33: drop temporary variable for return value
authorPeter Huewe <peterhuewe@gmx.de>
Tue, 29 Jan 2013 21:02:02 +0000 (22:02 +0100)
committerKent Yoder <key@linux.vnet.ibm.com>
Tue, 5 Feb 2013 15:38:26 +0000 (09:38 -0600)
We don't need a temporary variable just to store the return value which
gets return in the next statement.

Signed-off-by: Peter Huewe <peterhuewe@gmx.de>
Signed-off-by: Kent Yoder <key@linux.vnet.ibm.com>

No differences found