qla3xxx: remove unused variable in ql_process_mac_tx_intr()
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Fri, 26 Oct 2012 05:30:31 +0000 (05:30 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 31 Oct 2012 17:35:52 +0000 (13:35 -0400)
The variable retval is initialized but never used
otherwise, so remove the unused variable.

dpatch engine is used to auto generate this patch.
(https://github.com/weiyj/dpatch)

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Acked-by: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found