commit | c661c4a2b0d64c33afc9018a406162b1f8ac5617 | [log] [tgz] |
---|---|---|
author | Breno Leitao <leitao@linux.vnet.ibm.com> | Thu Nov 25 07:53:55 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Nov 28 11:50:15 2010 -0800 |
tree | 2a30935b0543f727f670ea70ce26727079d2c501 | |
parent | 82a39eb6b3829a02e235656feddb4542517fcabc [diff] |
cxgb3: Removing unused return variable Currently the ret variable is not used for anything other than receive the value of the t3_adapter_error(), which will always be 0, because the reset parameter is 0. Signed-off-by: Breno Leitao <leitao@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>