dect
/
linux-2.6
Archived
13
0
Fork 0

[SCSI] libfc: Remove extra pointer check

The fcf pointer is checked again after this verification
making the first check redundant. Remote the first check.

Signed-off-by: Robert Love <robert.w.love@intel.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
This commit is contained in:
Robert Love 2010-05-07 15:18:30 -07:00 committed by James Bottomley
parent 1b80e0f91c
commit d29510a296
1 changed files with 1 additions and 2 deletions

View File

@ -948,8 +948,7 @@ static void fcoe_ctlr_recv_clr_vlink(struct fcoe_ctlr *fip,
u32 desc_mask;
LIBFCOE_FIP_DBG(fip, "Clear Virtual Link received\n");
if (!fcf)
return;
if (!fcf || !fc_host_port_id(lport->host))
return;