mirror of
https://github.com/SCST-project/scst.git
synced 2026-05-14 09:11:27 +00:00
qla2x00t: Remove a useless assignment
This was detected by the clang compiler.
Fixes: c006b05884 ("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
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user