kernel/drivers/scsi/csiostor/csio_attr.c
.. .. @@ -497,7 +497,6 @@ 497 497 static int 498 498 csio_fcoe_free_vnp(struct csio_hw *hw, struct csio_lnode *ln) 499 499 { 500 - struct csio_lnode *pln;501 500 struct csio_mb *mbp; 502 501 struct fw_fcoe_vnp_cmd *rsp; 503 502 int ret = 0; .. .. @@ -513,8 +512,6 @@ 513 512 ret = -ENOMEM; 514 513 goto out; 515 514 } 516 -517 - pln = ln->pln;518 515 519 516 csio_fcoe_vnp_free_init_mb(ln, mbp, CSIO_MB_DEFAULT_TMO, 520 517 ln->fcf_flowid, ln->vnp_flowid,