cxgb3: Removing unused return variable
authorBreno Leitao <leitao@linux.vnet.ibm.com>
Thu, 25 Nov 2010 07:53:55 +0000 (07:53 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 28 Nov 2010 19:50:15 +0000 (11:50 -0800)
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>

No differences found