From 214628043ec3c04a8ccaa548eb05a88f9b76facb Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Sun, 26 Jul 2020 03:33:03 +0000 Subject: [PATCH] qla2x00t: Remove a useless assignment This was detected by the clang compiler. Fixes: c006b05884e9 ("Update of the initiator driver to one from kernel 2.6.26. Sorry, the prior kernels not supported anymore, but backport patches are welcome.") # r473. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@9081 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- qla2x00t/qla_mbx.c | 1 - 1 file changed, 1 deletion(-) diff --git a/qla2x00t/qla_mbx.c b/qla2x00t/qla_mbx.c index 104ed82f3..202a87e1d 100644 --- a/qla2x00t/qla_mbx.c +++ b/qla2x00t/qla_mbx.c @@ -947,7 +947,6 @@ qla2x00_abort_target(struct fc_port *fcport, unsigned int l, int tag) struct req_que *req; struct rsp_que *rsp; - l = l; vha = fcport->vha; ql_dbg(ql_dbg_mbx + ql_dbg_verbose, vha, 0x103e,