mirror of
https://github.com/torvalds/linux.git
synced 2024-12-26 04:42:12 +00:00
ibmvfc: remove unused tag variable
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com Reviewed-by: Hannes Reinecke <hare@suse.de> Acked-by: Brian King <brking@linux.vnet.ibm.com>
This commit is contained in:
parent
68d81f4004
commit
e1c5073800
@ -1615,7 +1615,6 @@ static int ibmvfc_queuecommand_lck(struct scsi_cmnd *cmnd,
|
||||
struct fc_rport *rport = starget_to_rport(scsi_target(cmnd->device));
|
||||
struct ibmvfc_cmd *vfc_cmd;
|
||||
struct ibmvfc_event *evt;
|
||||
u8 tag[2];
|
||||
int rc;
|
||||
|
||||
if (unlikely((rc = fc_remote_port_chkready(rport))) ||
|
||||
|
Loading…
Reference in New Issue
Block a user